summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove test_farm.pyNed Batchelder2018-11-181-383/+0
|
* No one uses size_within any more.Ned Batchelder2018-11-141-55/+24
|
* Comparison is not symmetric, it's expected vs actualNed Batchelder2018-11-111-38/+40
|
* Remove an unused debugging thingNed Batchelder2018-08-141-5/+0
|
* Lose a little less information when scrubbing HTMLNed Batchelder2018-06-271-3/+3
|
* Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
|
* Gold files can be in versioned subdirectoriesNed Batchelder2018-06-271-2/+30
|
* Add a header to make diffs more readableNed Batchelder2018-06-271-0/+2
|
* some minor improvements for the farm testsNed Batchelder2018-06-261-5/+9
|\
| * tests: some minor improvements for the farm testsDaniel Hahler2018-05-061-5/+9
| |
* | Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
| |
* | Make version checking more uniformNed Batchelder2018-06-131-1/+1
| |
* | A few cleanupsNed Batchelder2018-05-311-1/+1
|/
* Properly escape the replacement string for re.subNed Batchelder2017-04-041-1/+1
|
* Get rid of some unused code pathsNed Batchelder2017-01-201-24/+3
|
* More-precise no-coverage pragmasNed Batchelder2017-01-191-4/+4
|
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-161-1/+1
|
* Forgot a bunch of jython coverage pragmasNed Batchelder2017-01-141-1/+1
|
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-0/+4
| | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f
* Pylint can be a bitch sometimesNed Batchelder2017-01-121-3/+5
|
* Tweak some coverage pragmasNed Batchelder2017-01-111-24/+11
|
* 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 ↵Ned Batchelder2015-08-161-61/+63
| | | | be methods.
* 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 ↵Ned Batchelder2015-06-071-3/+3
| | | | escape them more.
* 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 ↵Ned Batchelder2014-10-211-9/+17
| | | | manually
* 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 ↵Stan Hu2014-04-251-11/+8
| | | | | | regexp scrubs to the entire file instead of individual lines for this to work.
* Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
| | | | | --HG-- branch : 4.0