| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -2/+1 |
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 1 | -1/+0 |
* | Replace os.path.abspath with os.path.realpath | Alexis Hildebrandt | 2022-07-01 | 1 | -2/+2 |
* | Make test harness more Windows compatible | Daniel Coonce | 2021-02-02 | 1 | -11/+10 |
* | Make tests scripts Python 3 compatible | Alexis Hildebrandt | 2019-12-05 | 1 | -17/+31 |
* | Fix test harness to work with msys2 | Evan Mallory | 2016-09-23 | 1 | -0/+2 |
* | [tests] Allow string continuation in documentation | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+1 |
* | [tests] Minor test/DocTests.py clean up | Alexis Hildebrandt | 2015-02-20 | 1 | -16/+7 |
* | [doc] Add support for additional input files | Alexis Hildebrandt | 2015-02-20 | 1 | -2/+12 |
* | [tests] Improve error reporting for test/DocTests.py | Alexis Hildebrandt | 2015-02-20 | 1 | -7/+9 |
* | [tests] Add output when skipping incomplete tests | Alexis Hildebrandt | 2015-02-20 | 1 | -1/+7 |
* | [tests] Clean-up test/DocTests.py | Alexis Hildebrandt | 2015-02-20 | 1 | -17/+19 |
* | [tests] Allow testing of multi-line examples | Alexis Hildebrandt | 2015-02-18 | 1 | -1/+1 |
* | [doc] Improve @smallexample command line parsing | Alexis Hildebrandt | 2015-01-27 | 1 | -2/+4 |
* | [tests] Capture stderr when running DocTests | Alexis Hildebrandt | 2015-01-21 | 1 | -1/+1 |
* | [tests] Refactor CheckTests.py into custom scripts | Alexis Hildebrandt | 2015-01-21 | 1 | -1/+2 |
* | [tests] Add examples parameter to DocTests | Alexis Hildebrandt | 2014-12-30 | 1 | -2/+15 |
* | [test] Use --args-only option in DocTests.py | Alexis Hildebrandt | 2014-12-24 | 1 | -1/+1 |
* | Fix DocTests running in non-standard width terminal | Alexis Hildebrandt | 2014-12-03 | 1 | -2/+3 |
* | Added support for validation tests to DocTest.py (input:validate and | Peter Feigl | 2014-03-04 | 1 | -11/+37 |
* | DocTests: Allow inline input to be used with different example commands | Alexis Hildebrandt | 2014-02-19 | 1 | -26/+47 |
* | DocTests: Allow multiple example inputs | Alexis Hildebrandt | 2014-02-19 | 1 | -0/+5 |
* | Add proper argument parsing to DocTests.py | Alexis Hildebrandt | 2014-02-09 | 1 | -20/+36 |
* | Print summary list of failed doc tests if any | Alexis Hildebrandt | 2014-02-09 | 1 | -3/+6 |
* | Add support to check documentation examples with inline data | Alexis Hildebrandt | 2014-02-07 | 1 | -9/+36 |
* | Check examples in documentation when running tests | Alexis Hildebrandt | 2014-02-07 | 1 | -0/+139 |