Skip to content

A module for sharing clusters of unit tests between modules, and with a DSL for easily and selectively running sets of tests (primarily designed for toy use in my AStar pathfinding project)

License

Notifications You must be signed in to change notification settings

TheBizzle/Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tester

A highly-flexible test-running suite. It can quickly and easily be told to run tests with particular flags on, and you can specify precisely what tests you would like to run in a jiffy. For example, you can run tests (1,52)U(58)U(75,91) in the verbose mode on ModuleX by creating a script that extends TestScript, importing tester.TestCriteriaDialect._, and calling this in the body of your script: run((1 >&> 91) && (53 >!> 74) && 58 && Talkative, ModuleX).

This project is no longer under active development.

See here for a nice, simple example of its use.

About

A module for sharing clusters of unit tests between modules, and with a DSL for easily and selectively running sets of tests (primarily designed for toy use in my AStar pathfinding project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages