summaryrefslogtreecommitdiff
path: root/test/GenerateTests.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-081-1/+1
|
* tests: Modernize test scriptsAlexis Hildebrandt2023-12-051-20/+19
| | | | by using argparse and pathlib and removing Python 2 specific code.
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-1/+1
|
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-011-2/+0
|
* Make tests scripts Python 3 compatibleAlexis Hildebrandt2019-12-051-8/+10
|
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-0/+4
| | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* Corrected regression test outputJohn Wiegley2011-02-121-1/+1
|
* 'make check' for gcov shouldn't listen to -jJohn Wiegley2010-06-231-2/+1
|
* Regression and generate tests now fail properlyJohn Wiegley2010-06-221-1/+4
|
* Tests run in parallel with using acprep -jX makeJohn Wiegley2010-06-151-6/+37
| | | | | This is done using the multiprocessing library in Python 2.6. If that's unavailable, this feature does nothing.
* Make the source directory available to all testsJohn Wiegley2009-11-021-3/+3
|
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-281-81/+36
|
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+162