| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Satisfy pylint. | Ned Batchelder | 2013-09-15 | 1 | -3/+3 |
| * | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -2/+2 |
| * | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 1 | -0/+366 |