Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Fix inline python format-strings | Alexis Hildebrandt | 2023-12-08 | 1 | -2/+2 |
| | |||||
* | tests: Modernize test scripts | Alexis Hildebrandt | 2023-12-05 | 1 | -37/+50 |
| | | | | by using argparse and pathlib and removing Python 2 specific code. | ||||
* | 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 | -2/+0 |
| | |||||
* | Replace os.path.abspath with os.path.realpath | Alexis Hildebrandt | 2022-07-01 | 1 | -2/+2 |
| | | | | | | to fix failing tests on Darwin, where /tmp is a symlink to /private/tmp and the tests fail as ledger reports filenames with the symlink resolved to /private/tmp, but the tests expect files with /tmp. | ||||
* | Make test harness more Windows compatible | Daniel Coonce | 2021-02-02 | 1 | -2/+2 |
| | | | | | Windows doesn't seem to use UTF-8 by default, so we can specify encoding='utf-8'. Also, backslashes are confusing to regex parsers. | ||||
* | Make tests scripts Python 3 compatible | Alexis Hildebrandt | 2019-12-05 | 1 | -15/+25 |
| | |||||
* | Fix test harness to work with msys2 | Evan Mallory | 2016-09-23 | 1 | -0/+7 |
| | | | | | | With this change, 97% of the tests pass. See the build on appveyor for more info: https://ci.appveyor.com/project/Evan/ledger/build/build-49 I'll follow up with another PR to fix some of the remaining broken tests | ||||
* | Revert "Fix tests when running under Jenkins" | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | | | | This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f. | ||||
* | Fix tests when running under Jenkins | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | provide immediate feedback in test runner | Johann Klähn | 2012-10-22 | 1 | -0/+2 |
| | |||||
* | Fixes so that tests can run under distcheck | John Wiegley | 2012-04-25 | 1 | -3/+2 |
| | |||||
* | Resolve some issues with proof builds | John Wiegley | 2012-04-15 | 1 | -2/+2 |
| | |||||
* | Passing --verify to regression tests uses valgrind | John Wiegley | 2012-03-17 | 1 | -0/+7 |
| | |||||
* | Display file name when a regression test fails | John Wiegley | 2012-03-09 | 1 | -1/+3 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 1 | -0/+4 |
| | |||||
* | Simplify test for GuardMalloc | John Wiegley | 2012-02-17 | 1 | -7/+1 |
| | |||||
* | Remove spurious false errors when using GuardMalloc | John Wiegley | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Tests run in parallel with using acprep -jX make | John Wiegley | 2010-06-15 | 1 | -0/+21 |
| | | | | | This is done using the multiprocessing library in Python 2.6. If that's unavailable, this feature does nothing. | ||||
* | Remove redundant code in LedgerHarness.py | John Wiegley | 2010-06-02 | 1 | -2/+0 |
| | |||||
* | Only --args-only is needed in LedgerHarness.py | John Wiegley | 2009-11-02 | 1 | -4/+2 |
| | |||||
* | Make the source directory available to all tests | John Wiegley | 2009-11-02 | 1 | -10/+15 |
| | |||||
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 1 | -2/+4 |
| | |||||
* | The test harness needs to run without the pager | John Wiegley | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Colorization at the terminal now on by default | John Wiegley | 2009-10-28 | 1 | -3/+2 |
| | |||||
* | Disabled some tests, which were running too slowly | John Wiegley | 2009-03-08 | 1 | -2/+2 |
| | |||||
* | Added LedgerHarness.py, to simplify test creation | John Wiegley | 2009-02-28 | 1 | -0/+116 |