summaryrefslogtreecommitdiff
path: root/test/DocTests.py
Commit message (Expand)AuthorAgeFilesLines
* [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