summaryrefslogtreecommitdiff
path: root/test/test_farm.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-2/+1
* Clean up debugging stuffNed Batchelder2012-12-211-3/+0
* Debugging to understand why 'trace function changed' appears.Ned Batchelder2012-12-201-1/+5
* Get meta-coverage working on sub-processes.Ned Batchelder2012-12-091-0/+7
* A bunch of tweaks to improve coverageNed Batchelder2012-12-011-5/+12
* Switch to our own prama syntax, so the tests can use the std without getting ...Ned Batchelder2012-12-011-2/+2
* Make tests run on PyPy, and make test_farm more comprehensible.Ned Batchelder2012-03-181-4/+14
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* Yet more chainsaw action to try to prevent spurious test failures on Windows 7Ned Batchelder2010-03-211-5/+7
* Maybe we're done with the scourge of failed tree deletes on Windows?Ned Batchelder2010-03-201-14/+12
* The niggling errors cleaning directories on Windows 7 seem to be fixed by thi...Ned Batchelder2010-03-061-3/+13
* Avoid random file deletion errors on Windows.Ned Batchelder2010-01-101-1/+5
* Add more tests of omitting files during HTML reporting, and a better way to e...Ned Batchelder2009-12-271-3/+6
* The reload builtin moved in Py3k.Ned Batchelder2009-12-271-1/+3
* Merged default onto config.Ned Batchelder2009-12-031-39/+39
|\
| * Massive eol whitespace clean-up.Ned Batchelder2009-12-021-37/+37
| * Mark some more code as not covered by tests.Ned Batchelder2009-11-301-2/+2
* | Add data_file to the .coveragerc file.Ned Batchelder2009-11-281-1/+1
|/
* Move the javascript code for click-to-sort columns into its own file. It hel...Ned Batchelder2009-11-251-10/+10
* A more helpful error message when gold files don't match.Ned Batchelder2009-11-211-1/+4
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-261-1/+13
* Use universal newline mode when comparing test results.Ned Batchelder2009-09-261-2/+2
* lint cleanupNed Batchelder2009-09-261-0/+6
* File comparison can include regex scrubbing to ignore certain parts.Ned Batchelder2009-09-261-2/+16
* Get the test working properly, including adding a usable diff comparison when...Ned Batchelder2009-09-231-3/+4
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-3/+5
* Py3k: some output is bytes instead of string, so convert since it doesn't mat...Ned Batchelder2009-07-091-1/+1
* Have the tests use the script explicitly until I can figure out how to instal...Ned Batchelder2009-07-091-1/+2
* Py3k: bytes vs. strings, and one more print statement.Ned Batchelder2009-07-081-1/+1
* Py3k: unify subprocess and popen4.Ned Batchelder2009-07-081-15/+2
* Comparing files needs to be agnostic to line endings, or testing on Linux won...Ned Batchelder2009-06-231-1/+10
* Slight tweak so I could debug a test problem.Ned Batchelder2009-06-121-4/+6
* More docstringsNed Batchelder2009-05-091-0/+9
* Add a failing test for running non-.py files on the command line.Ned Batchelder2009-05-071-2/+18
* A farm test for HTML generation.Ned Batchelder2009-04-281-15/+79
* More annotate tests, but something is amiss.Ned Batchelder2009-04-181-4/+12
* Some light clean up of test_farm.py due to pylint.Ned Batchelder2009-04-121-5/+6
* Python 2.4 reported lines a little differently, so we need to be able to have...Ned Batchelder2009-04-121-0/+18
* Generated nose tests are better when they have a unique description.Ned Batchelder2009-04-121-0/+1
* Fix the use of nose test generators, so that we can use setUp and tearDown. F...Ned Batchelder2009-04-121-24/+70
* test_farm will check the exist status of commands, and can leave the output f...Ned Batchelder2009-03-151-7/+35
* Removing a directory shouldn't panic if the directory doesn't exist.Ned Batchelder2009-03-151-2/+4
* Farm tests can be run in clean_only mode, to get rid of junk.Ned Batchelder2009-03-151-8/+26
* The first working farm test, obsoleting a test_coverage.py test.Ned Batchelder2009-03-141-4/+14
* A farm of directories holding test cases.Ned Batchelder2009-03-141-0/+65