| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Not a very useful test runner if it doesn't ever fail, now is it?
* Makefile.am (check): Invoke new test/runner-test. Depend on modindex.
* bin/runner.js: Exit with non-zero status on assertion failure.
* test/_stub: Add stub program with good and bad test cases to test
exit code.
* test/runner-test: Add system test.
|
|
|
|
|
|
| |
* progtest/src/reader/YamlTestReader.js (loadCases): Handle absence of any
test cases.
* progtest/test/reader/YamlTestReaderTest.js: New respective test.
|
|
|
|
|
|
| |
* src/reporter/ConsoleTestReporter.js (createSummaryLine): Output trailing
newline.
* test/reporter/ConsoleTestReporterTest.js: Modify respective test.
|
| |
|
| |
|
|
|
|
|
|
|
| |
If that makes sense.
The problem is that the browser needs to repaint after each test is
run. See code comments.
|
|
|