Skip to content

Latest commit

 

History

History
 
 

rules

#Test Pattern Rules

These rules written in literate CoffeeScript are used to ensure a clear and consistent style of test patterns. Every block of test pattern code must pass each these rules (run via npm test).

Read more about how they are used and created.

###Rule Wish List

  • RULE The each test pattern language should do the same thing. Possible Solution: Parse code to AST and compare.