summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
Commit message (Expand)AuthorAgeFilesLines
* Move suffix logic into data.pyNed Batchelder2015-07-151-1/+1
* Python 3.5 raises warnings about bad escapes in re.sub replacements, so escap...Ned Batchelder2015-06-071-3/+3
* Move some code to where it belongsNed Batchelder2015-02-141-5/+14
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-1/+1
* Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+2
* derp, assert ends the test, wouldn't print the diff. Now it willNed Batchelder2014-10-311-3/+3
* Travis still failing, don't know why: get more info when sizes differNed Batchelder2014-10-311-1/+6
* More information from failing file comparison, since Travis fails testsNed Batchelder2014-10-311-2/+2
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-221-2/+1
* Improvements to test_farm: keep failing output, can run more than one test ma...Ned Batchelder2014-10-211-9/+17
* Pragmas for uncovered codeNed Batchelder2014-09-281-4/+3
* 2.7.8 changed how xmlcharrefreplace handles surrogates.Ned Batchelder2014-09-211-1/+18
* Switch some uses of old command line syntax to newNed Batchelder2014-05-181-2/+2
* Run tests with warnings on, and fix some warningsNed Batchelder2014-05-151-5/+11
* Fix the error output for test_farmNed Batchelder2014-05-021-5/+11
* Update tests to handle XML whitespaces differences in Python 2.6. Apply the r...Stan Hu2014-04-251-11/+8
* Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
* Satisfy pylint.Ned Batchelder2013-09-151-3/+3
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-2/+2
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+366