about summary refs log tree commit diff
path: root/src/lib/test.rs
AgeCommit message (Expand)AuthorLines
2011-07-14Add a flag to run ignored tests. Issue #428Brian Anderson-22/+78
2011-07-14Add a facility for ignoring tests. Issue #428Brian Anderson-17/+52
2011-07-14The test runner's main returns unit, not int. Issue #428Brian Anderson-5/+3
2011-07-12Improve test runner summary message. Issue #428Brian Anderson-2/+8
2011-07-11Support running a subset of tests from the command line. Issue #428Brian Anderson-4/+36
2011-07-11Pass command-line args to the test runner. Issue #428Brian Anderson-1/+1
2011-07-11Actually run tests from the std runner. Issue #428Brian Anderson-1/+48
2011-07-09Generate code to load a crate's tests into the std test runner. Issue #428Brian Anderson-1/+1
2011-07-09Begin adding some test runner types to std. Issue #428Brian Anderson-0/+56