summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid yielding test cases so pytest is happy.Ned Batchelder2016-11-231-15/+17
* Keep 2.6 workingNed Batchelder2016-11-201-1/+1
* No more nose, use pytest as test runnerNed Batchelder2016-11-201-10/+7
* Remove the test helpers into their own repoNed Batchelder2016-06-011-1/+1
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
* Make FarmTestCase work as with cleanups and as a nose test functionNed Batchelder2015-08-181-17/+29
* Move more code from test_farm.py to test_helpers.pyNed Batchelder2015-08-171-61/+31
* Make FarmTestCase a real TestCaseNed Batchelder2015-08-171-10/+14
* Move global action functions to be globalsNed Batchelder2015-08-161-189/+197
* Redo-ing test_farm.py: make methods into functions where they don't need to b...Ned Batchelder2015-08-161-61/+63
* Fixing spellingNed Batchelder2015-08-041-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* 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