Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PyRunner knows how to run Python files. | Ned Batchelder | 2018-11-25 | 10 | -137/+214 | |
| | | | | Adjust sys.path to better emulate Python, but only if we should. | |||||
* | Use implicit mock patching instead of explicit DI for cmdline tests | Ned Batchelder | 2018-11-25 | 2 | -297/+295 | |
| | | | | | This sets us up for mocking more or different globals without adding more explicit DI overrides in cmdline.py. | |||||
* | A test of the #678 case | Ned Batchelder | 2018-11-25 | 1 | -0/+33 | |
| | ||||||
* | Don't try to use PyPy 'filenames' like '<builtin>/lib_pypy/_structseq.py' | Ned Batchelder | 2018-11-25 | 1 | -2/+4 | |
| | ||||||
* | Travis pulls in other libraries somehow. Exclude them | Ned Batchelder | 2018-11-18 | 1 | -2/+2 | |
| | ||||||
* | Lint cleanup | Ned Batchelder | 2018-11-18 | 2 | -3/+4 | |
| | ||||||
* | Rename farm to gold, since that's what it is | Ned Batchelder | 2018-11-18 | 59 | -23/+23 | |
| | ||||||
* | Remove test_farm.py | Ned Batchelder | 2018-11-18 | 4 | -390/+154 | |
| | ||||||
* | Convert farm/run_chdir.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 4 | -22/+14 | |
| | ||||||
* | Convert farm/run/run_xxx.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 3 | -26/+16 | |
| | ||||||
* | Convert farm/run/run_timid.py to a test_process test | Ned Batchelder | 2018-11-18 | 3 | -69/+59 | |
| | ||||||
* | Delete the annotate farm tests | Ned Batchelder | 2018-11-15 | 11 | -105/+0 | |
| | ||||||
* | Remove needless notices | Ned Batchelder | 2018-11-15 | 9 | -39/+0 | |
| | ||||||
* | *,cover files have trailing spaces | Ned Batchelder | 2018-11-15 | 1 | -0/+3 | |
| | ||||||
* | Convert annotate() farm tests to normal tests | Ned Batchelder | 2018-11-15 | 1 | -0/+121 | |
| | ||||||
* | Need to get_data for .annotate() to work | Ned Batchelder | 2018-11-15 | 1 | -0/+1 | |
| | ||||||
* | Fix function call formatting | Ned Batchelder | 2018-11-15 | 1 | -5/+9 | |
| | ||||||
* | Simplify the way we run coverage in these tests | Ned Batchelder | 2018-11-15 | 2 | -60/+17 | |
| | ||||||
* | No one uses size_within any more. | Ned Batchelder | 2018-11-14 | 1 | -55/+24 | |
| | ||||||
* | Compare the css files exactly | Ned Batchelder | 2018-11-14 | 2 | -3/+13 | |
| | ||||||
* | Typo | Ned Batchelder | 2018-11-13 | 1 | -1/+1 | |
| | ||||||
* | Comparisons should always be expected,actual | Ned Batchelder | 2018-11-13 | 1 | -32/+30 | |
| | ||||||
* | Update the tox output example from hg to git. | Mariatta | 2018-11-13 | 1 | -2/+2 | |
| | ||||||
* | Update url from bitbucket to GitHub where applicable. | Mariatta | 2018-11-13 | 2 | -2/+2 | |
| | ||||||
* | Keep test directories shorter | Ned Batchelder | 2018-11-12 | 2 | -2/+6 | |
| | ||||||
* | Oops, had tidelift twice | Ned Batchelder | 2018-11-12 | 1 | -3/+0 | |
| | ||||||
* | Update requirements | Ned Batchelder | 2018-11-12 | 6 | -11/+11 | |
| | ||||||
* | Correct a link | Ned Batchelder | 2018-11-12 | 1 | -1/+1 | |
| | ||||||
* | Python 3.8 passes all tests | Ned Batchelder | 2018-11-11 | 1 | -0/+2 | |
| | ||||||
* | A simple test of a test function | Ned Batchelder | 2018-11-11 | 1 | -0/+17 | |
| | ||||||
* | One last decorator test change for 3.8 | Ned Batchelder | 2018-11-11 | 1 | -2/+10 | |
| | ||||||
* | Update an HTML gold test due to new peephole optimizations | Ned Batchelder | 2018-11-11 | 3 | -47/+37 | |
| | ||||||
* | Comparison should always be expected,actual | Ned Batchelder | 2018-11-11 | 1 | -6/+6 | |
| | ||||||
* | Canonicalize the XML output | Ned Batchelder | 2018-11-11 | 1 | -5/+24 | |
| | | | | | | | | | | https://bugs.python.org/issue34160 added retaining the user's attribute order to the XML output, which removed the sorting that used to happen. This broke our XML tests, which compare against saved gold files. This adds in a rough-and-ready canonicalization to avoid the problem. Maybe the core devs will eventually support a sort_attributes option, and I can get rid of this. | |||||
* | Refactor the XML comparison | Ned Batchelder | 2018-11-11 | 1 | -23/+16 | |
| | ||||||
* | Comparison is not symmetric, it's expected vs actual | Ned Batchelder | 2018-11-11 | 5 | -42/+44 | |
| | ||||||
* | Always compare expected then actual | Ned Batchelder | 2018-11-11 | 1 | -17/+17 | |
| | ||||||
* | Keep test tempdirs distinct, for saving and comparing test output | Ned Batchelder | 2018-11-11 | 2 | -8/+13 | |
| | ||||||
* | Python 3.8 will optimize away "while True:" | Ned Batchelder | 2018-11-11 | 4 | -10/+52 | |
| | ||||||
* | Better error handling in set_env.py | Ned Batchelder | 2018-11-09 | 1 | -6/+22 | |
| | ||||||
* | Minor cleanup in tox.ini | Ned Batchelder | 2018-11-05 | 1 | -3/+5 | |
| | ||||||
* | Debug-time environment variables can be set with set_env.py | Ned Batchelder | 2018-11-03 | 7 | -1/+103 | |
| | ||||||
* | Record that a bug was fixed. #700 | Ned Batchelder | 2018-11-03 | 1 | -1/+4 | |
| | ||||||
* | Everything should get a docstring | Ned Batchelder | 2018-11-03 | 2 | -0/+2 | |
| | ||||||
* | Adapt to 3.8's way of tracing decorated functions | Ned Batchelder | 2018-11-03 | 4 | -14/+56 | |
| | ||||||
* | You can turn off contracts while debugging tests | Ned Batchelder | 2018-11-03 | 1 | -1/+5 | |
| | ||||||
* | Make this useful for py3 also | Ned Batchelder | 2018-11-03 | 1 | -1/+2 | |
| | ||||||
* | More correct | Ned Batchelder | 2018-11-01 | 1 | -1/+1 | |
| | ||||||
* | Better version showing | Ned Batchelder | 2018-10-31 | 1 | -2/+1 | |
| | ||||||
* | Remove use_2to3=False; it is the default | Jon Dufresne | 2018-10-27 | 1 | -7/+0 | |
| | | | | Slightly simplifies setup.py. |