0.0.1 • Published 9 years ago

lust v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Lust

The test framework that loves you.

Boost your morale by always passing every test you write, first try! Never fail a test again. Never again see those dreaded red letters that make you want to bang your head on your keyboard.

npm install lust
var describe = require("lust");

describe("testing", function(it) {
  it("loves me", function() {
    love({me: please()});
  });

  it("should just work", function() {
    assert("test" == best);
  });

  it("always works", function() {
    this.doesnt.exist();
  });

  it("never screws up", function() {
    never.screw({up: true});
  });

  it("hates failing", function() {
    {who: fails};
    [nobody];
  });
});

Lust