Skip to content

mashlol/lust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The test framework that loves you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published