summaryrefslogtreecommitdiff
path: root/test/DocTests.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-2/+1
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-011-1/+0
* Replace os.path.abspath with os.path.realpathAlexis Hildebrandt2022-07-011-2/+2
* Make test harness more Windows compatibleDaniel Coonce2021-02-021-11/+10
* Make tests scripts Python 3 compatibleAlexis Hildebrandt2019-12-051-17/+31
* Fix test harness to work with msys2Evan Mallory2016-09-231-0/+2
* [tests] Allow string continuation in documentationAlexis Hildebrandt2015-07-281-0/+1
* [tests] Minor test/DocTests.py clean upAlexis Hildebrandt2015-02-201-16/+7
* [doc] Add support for additional input filesAlexis Hildebrandt2015-02-201-2/+12
* [tests] Improve error reporting for test/DocTests.pyAlexis Hildebrandt2015-02-201-7/+9
* [tests] Add output when skipping incomplete testsAlexis Hildebrandt2015-02-201-1/+7
* [tests] Clean-up test/DocTests.pyAlexis Hildebrandt2015-02-201-17/+19
* [tests] Allow testing of multi-line examplesAlexis Hildebrandt2015-02-181-1/+1
* [doc] Improve @smallexample command line parsingAlexis Hildebrandt2015-01-271-2/+4
* [tests] Capture stderr when running DocTestsAlexis Hildebrandt2015-01-211-1/+1
* [tests] Refactor CheckTests.py into custom scriptsAlexis Hildebrandt2015-01-211-1/+2
* [tests] Add examples parameter to DocTestsAlexis Hildebrandt2014-12-301-2/+15
* [test] Use --args-only option in DocTests.pyAlexis Hildebrandt2014-12-241-1/+1
* Fix DocTests running in non-standard width terminalAlexis Hildebrandt2014-12-031-2/+3
* Added support for validation tests to DocTest.py (input:validate andPeter Feigl2014-03-041-11/+37
* DocTests: Allow inline input to be used with different example commandsAlexis Hildebrandt2014-02-191-26/+47
* DocTests: Allow multiple example inputs Alexis Hildebrandt2014-02-191-0/+5
* Add proper argument parsing to DocTests.pyAlexis Hildebrandt2014-02-091-20/+36
* Print summary list of failed doc tests if anyAlexis Hildebrandt2014-02-091-3/+6
* Add support to check documentation examples with inline dataAlexis Hildebrandt2014-02-071-9/+36
* Check examples in documentation when running testsAlexis Hildebrandt2014-02-071-0/+139