| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove test_farm.py | Ned Batchelder | 2018-11-18 | 1 | -383/+0 |
* | No one uses size_within any more. | Ned Batchelder | 2018-11-14 | 1 | -55/+24 |
* | Comparison is not symmetric, it's expected vs actual | Ned Batchelder | 2018-11-11 | 1 | -38/+40 |
* | Remove an unused debugging thing | Ned Batchelder | 2018-08-14 | 1 | -5/+0 |
* | Lose a little less information when scrubbing HTML | Ned Batchelder | 2018-06-27 | 1 | -3/+3 |
* | Exclude a failure-only line | Ned Batchelder | 2018-06-27 | 1 | -1/+1 |
* | Gold files can be in versioned subdirectories | Ned Batchelder | 2018-06-27 | 1 | -2/+30 |
* | Add a header to make diffs more readable | Ned Batchelder | 2018-06-27 | 1 | -0/+2 |
* | some minor improvements for the farm tests | Ned Batchelder | 2018-06-26 | 1 | -5/+9 |
|\ |
|
| * | tests: some minor improvements for the farm tests | Daniel Hahler | 2018-05-06 | 1 | -5/+9 |
* | | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
* | | Make version checking more uniform | Ned Batchelder | 2018-06-13 | 1 | -1/+1 |
* | | A few cleanups | Ned Batchelder | 2018-05-31 | 1 | -1/+1 |
|/ |
|
* | Properly escape the replacement string for re.sub | Ned Batchelder | 2017-04-04 | 1 | -1/+1 |
* | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 1 | -24/+3 |
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -4/+4 |
* | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
* | Forgot a bunch of jython coverage pragmas | Ned Batchelder | 2017-01-14 | 1 | -1/+1 |
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -0/+4 |
* | Pylint can be a bitch sometimes | Ned Batchelder | 2017-01-12 | 1 | -3/+5 |
* | Tweak some coverage pragmas | Ned Batchelder | 2017-01-11 | 1 | -24/+11 |
* | Avoid yielding test cases so pytest is happy. | Ned Batchelder | 2016-11-23 | 1 | -15/+17 |
* | Keep 2.6 working | Ned Batchelder | 2016-11-20 | 1 | -1/+1 |
* | No more nose, use pytest as test runner | Ned Batchelder | 2016-11-20 | 1 | -10/+7 |
* | Remove the test helpers into their own repo | Ned Batchelder | 2016-06-01 | 1 | -1/+1 |
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -1/+1 |
* | Make FarmTestCase work as with cleanups and as a nose test function | Ned Batchelder | 2015-08-18 | 1 | -17/+29 |
* | Move more code from test_farm.py to test_helpers.py | Ned Batchelder | 2015-08-17 | 1 | -61/+31 |
* | Make FarmTestCase a real TestCase | Ned Batchelder | 2015-08-17 | 1 | -10/+14 |
* | Move global action functions to be globals | Ned Batchelder | 2015-08-16 | 1 | -189/+197 |
* | Redo-ing test_farm.py: make methods into functions where they don't need to b... | Ned Batchelder | 2015-08-16 | 1 | -61/+63 |
* | Fixing spelling | Ned Batchelder | 2015-08-04 | 1 | -1/+1 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
* | Move suffix logic into data.py | Ned Batchelder | 2015-07-15 | 1 | -1/+1 |
* | Python 3.5 raises warnings about bad escapes in re.sub replacements, so escap... | Ned Batchelder | 2015-06-07 | 1 | -3/+3 |
* | Move some code to where it belongs | Ned Batchelder | 2015-02-14 | 1 | -5/+14 |
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -1/+1 |
* | Change all pylint message codes to message names | Ned Batchelder | 2014-11-23 | 1 | -1/+2 |
* | derp, assert ends the test, wouldn't print the diff. Now it will | Ned Batchelder | 2014-10-31 | 1 | -3/+3 |
* | Travis still failing, don't know why: get more info when sizes differ | Ned Batchelder | 2014-10-31 | 1 | -1/+6 |
* | More information from failing file comparison, since Travis fails tests | Ned Batchelder | 2014-10-31 | 1 | -2/+2 |
* | Filtering now computes coverage percentages properly. | Ned Batchelder | 2014-10-22 | 1 | -2/+1 |
* | Improvements to test_farm: keep failing output, can run more than one test ma... | Ned Batchelder | 2014-10-21 | 1 | -9/+17 |
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -4/+3 |
* | 2.7.8 changed how xmlcharrefreplace handles surrogates. | Ned Batchelder | 2014-09-21 | 1 | -1/+18 |
* | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 1 | -2/+2 |
* | Run tests with warnings on, and fix some warnings | Ned Batchelder | 2014-05-15 | 1 | -5/+11 |
* | Fix the error output for test_farm | Ned Batchelder | 2014-05-02 | 1 | -5/+11 |
* | Update tests to handle XML whitespaces differences in Python 2.6. Apply the r... | Stan Hu | 2014-04-25 | 1 | -11/+8 |
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -2/+2 |