Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 1 | -2/+1 |
| | |||||
* | Clean up debugging stuff | Ned Batchelder | 2012-12-21 | 1 | -3/+0 |
| | |||||
* | Debugging to understand why 'trace function changed' appears. | Ned Batchelder | 2012-12-20 | 1 | -1/+5 |
| | |||||
* | Get meta-coverage working on sub-processes. | Ned Batchelder | 2012-12-09 | 1 | -0/+7 |
| | |||||
* | A bunch of tweaks to improve coverage | Ned Batchelder | 2012-12-01 | 1 | -5/+12 |
| | |||||
* | Switch to our own prama syntax, so the tests can use the std without getting ↵ | Ned Batchelder | 2012-12-01 | 1 | -2/+2 |
| | | | | mixed up. | ||||
* | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 1 | -4/+14 |
| | |||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Yet more chainsaw action to try to prevent spurious test failures on Windows 7 | Ned Batchelder | 2010-03-21 | 1 | -5/+7 |
| | |||||
* | Maybe we're done with the scourge of failed tree deletes on Windows? | Ned Batchelder | 2010-03-20 | 1 | -14/+12 |
| | |||||
* | The niggling errors cleaning directories on Windows 7 seem to be fixed by ↵ | Ned Batchelder | 2010-03-06 | 1 | -3/+13 |
| | | | | this function which was only meant to help diagnose the problem. A heisenbug! | ||||
* | Avoid random file deletion errors on Windows. | Ned Batchelder | 2010-01-10 | 1 | -1/+5 |
| | |||||
* | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 1 | -3/+6 |
| | | | | enable re-importing modules during test_farm tests. | ||||
* | The reload builtin moved in Py3k. | Ned Batchelder | 2009-12-27 | 1 | -1/+3 |
| | |||||
* | Merged default onto config. | Ned Batchelder | 2009-12-03 | 1 | -39/+39 |
|\ | | | | | | | | | --HG-- branch : config | ||||
| * | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -37/+37 |
| | | |||||
| * | Mark some more code as not covered by tests. | Ned Batchelder | 2009-11-30 | 1 | -2/+2 |
| | | |||||
* | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 1 | -1/+1 |
|/ | | | | | --HG-- branch : config | ||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 1 | -10/+10 |
| | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | ||||
* | A more helpful error message when gold files don't match. | Ned Batchelder | 2009-11-21 | 1 | -1/+4 |
| | |||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 1 | -1/+13 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | Use universal newline mode when comparing test results. | Ned Batchelder | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | lint cleanup | Ned Batchelder | 2009-09-26 | 1 | -0/+6 |
| | |||||
* | File comparison can include regex scrubbing to ignore certain parts. | Ned Batchelder | 2009-09-26 | 1 | -2/+16 |
| | |||||
* | Get the test working properly, including adding a usable diff comparison ↵ | Ned Batchelder | 2009-09-23 | 1 | -3/+4 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -3/+5 |
| | | | | contortions. | ||||
* | Py3k: some output is bytes instead of string, so convert since it doesn't ↵ | Ned Batchelder | 2009-07-09 | 1 | -1/+1 |
| | | | | matter. | ||||
* | Have the tests use the script explicitly until I can figure out how to ↵ | Ned Batchelder | 2009-07-09 | 1 | -1/+2 |
| | | | | install a usable script for Py3k | ||||
* | Py3k: bytes vs. strings, and one more print statement. | Ned Batchelder | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 1 | -15/+2 |
| | |||||
* | Comparing files needs to be agnostic to line endings, or testing on Linux ↵ | Ned Batchelder | 2009-06-23 | 1 | -1/+10 |
| | | | | won't work. Now gold files are newline-only, and the comparison function ignores line endings. | ||||
* | Slight tweak so I could debug a test problem. | Ned Batchelder | 2009-06-12 | 1 | -4/+6 |
| | |||||
* | More docstrings | Ned Batchelder | 2009-05-09 | 1 | -0/+9 |
| | |||||
* | Add a failing test for running non-.py files on the command line. | Ned Batchelder | 2009-05-07 | 1 | -2/+18 |
| | |||||
* | A farm test for HTML generation. | Ned Batchelder | 2009-04-28 | 1 | -15/+79 |
| | |||||
* | More annotate tests, but something is amiss. | Ned Batchelder | 2009-04-18 | 1 | -4/+12 |
| | |||||
* | Some light clean up of test_farm.py due to pylint. | Ned Batchelder | 2009-04-12 | 1 | -5/+6 |
| | |||||
* | Python 2.4 reported lines a little differently, so we need to be able to ↵ | Ned Batchelder | 2009-04-12 | 1 | -0/+18 |
| | | | | have different gold files for that version. | ||||
* | Generated nose tests are better when they have a unique description. | Ned Batchelder | 2009-04-12 | 1 | -0/+1 |
| | |||||
* | Fix the use of nose test generators, so that we can use setUp and tearDown. ↵ | Ned Batchelder | 2009-04-12 | 1 | -24/+70 |
| | | | | Fix the changing of directories, so that failing tests don't cascade into other failures. | ||||
* | test_farm will check the exist status of commands, and can leave the output ↵ | Ned Batchelder | 2009-03-15 | 1 | -7/+35 |
| | | | | for examination. | ||||
* | Removing a directory shouldn't panic if the directory doesn't exist. | Ned Batchelder | 2009-03-15 | 1 | -2/+4 |
| | |||||
* | Farm tests can be run in clean_only mode, to get rid of junk. | Ned Batchelder | 2009-03-15 | 1 | -8/+26 |
| | |||||
* | The first working farm test, obsoleting a test_coverage.py test. | Ned Batchelder | 2009-03-14 | 1 | -4/+14 |
| | |||||
* | A farm of directories holding test cases. | Ned Batchelder | 2009-03-14 | 1 | -0/+65 |
--HG-- rename : test/white.py,cover => test/farm/000/gold/white.py,cover rename : test/white.py => test/farm/000/src/white.py |