Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure xml reports specify valid source filenames. #526 | Ned Batchelder | 2017-05-05 | 1 | -6/+9 |
| | |||||
* | Don't warn that namespace packages have no code. #572 | Ned Batchelder | 2017-05-04 | 3 | -4/+21 |
| | | | | | --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333 | ||||
* | Refactor common test infrastructure for fiddling sys.path and finding files | Ned Batchelder | 2017-05-04 | 7 | -76/+38 |
| | |||||
* | Use correct name for package source files. #526 | Ned Batchelder | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Properly round-trip the trace function even when not measuring coverage. #575 | Ned Batchelder | 2017-05-02 | 1 | -27/+30 |
| | |||||
* | Add to gettrace/settrace test to be sure it's re-established | Ned Batchelder | 2017-04-30 | 1 | -1/+3 |
| | |||||
* | Fix: xml report fails in non-ascii directory. #573 | Ned Batchelder | 2017-04-30 | 1 | -0/+9 |
| | |||||
* | Update to pylint 1.7.1 | Ned Batchelder | 2017-04-22 | 3 | -4/+1 |
| | |||||
* | Print command-line errors to stderr instead of stdout | Ned Batchelder | 2017-04-13 | 1 | -10/+10 |
| | |||||
* | Use latest pylint, and remove a bad pragma | Ned Batchelder | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | Add clarification about warnings tests. | Ned Batchelder | 2017-04-12 | 1 | -0/+1 |
| | |||||
* | Beef up the assert_warnings test helper | Ned Batchelder | 2017-04-06 | 2 | -1/+22 |
| | |||||
* | Convert two warnings tests to non-process | Ned Batchelder | 2017-04-06 | 2 | -33/+43 |
| | |||||
* | As we change test_api.py, this test needs to change... Maybe not a great idea. | Ned Batchelder | 2017-04-06 | 1 | -1/+9 |
| | |||||
* | Use Cobertura v4 XML format. #570 | Ned Batchelder | 2017-04-04 | 2 | -4/+4 |
| | |||||
* | Properly escape the replacement string for re.sub | Ned Batchelder | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 2 | -0/+20 |
| | |||||
* | Add slugs to warnings in prep for suppressable warnings | Ned Batchelder | 2017-04-03 | 2 | -6/+7 |
| | |||||
* | One more variation on Windows | Ned Batchelder | 2017-03-31 | 1 | -0/+1 |
| | |||||
* | A test of the plugin.find_executable_files method | Ned Batchelder | 2017-03-31 | 1 | -0/+52 |
| | |||||
* | Windows has a different error message for path(float) | Ned Batchelder | 2017-03-30 | 1 | -0/+1 |
| | |||||
* | Be pickier about the expected failures from plugin tests. | Ned Batchelder | 2017-03-30 | 1 | -7/+26 |
| | |||||
* | Use new show_stderr flag so we can see errors printed to stderr during ↵ | Ned Batchelder | 2017-03-30 | 2 | -1/+3 |
| | | | | failing tests. | ||||
* | Clean up in plugin tests | Ned Batchelder | 2017-03-29 | 2 | -9/+7 |
| | |||||
* | Pids can be less that 5 digits | Ned Batchelder | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Big refactor of debug logging | Ned Batchelder | 2017-03-22 | 3 | -32/+33 |
| | |||||
* | Use capital-Coverage | Ned Batchelder | 2017-03-11 | 1 | -60/+58 |
| | | | | | --HG-- extra : amend_source : 926b6475306f6463c48b2d3053f5dcd431941937 | ||||
* | Ugly: have to pragma away nested coverage | Ned Batchelder | 2017-03-11 | 1 | -24/+24 |
| | |||||
* | Cleanly stop coverage objects, for metacov | Ned Batchelder | 2017-03-11 | 1 | -0/+6 |
| | | | | | Without these cov.stop() calls, the collector stack is wrong when doing meta-coverage. | ||||
* | Move fail-under tests from process-oriented integration tests to ↵ | Ned Batchelder | 2017-03-08 | 2 | -54/+61 |
| | | | | fake-oriented unit tests | ||||
* | Refactor command_line into a function. | Ned Batchelder | 2017-03-08 | 2 | -6/+18 |
| | |||||
* | Give should_fail_under pure tests, so we don't need processes to test ↵ | Ned Batchelder | 2017-03-08 | 2 | -39/+24 |
| | | | | | | | numeric comparisons --HG-- extra : amend_source : 36d1fcdd986d1c2b4cd2af0d96d269e84fa40c2d | ||||
* | Make the list of builtins more compact, since they are never the problem in ↵ | Ned Batchelder | 2017-03-05 | 1 | -2/+13 |
| | | | | these tests | ||||
* | Describe and relabel a test that has nothing to do with fail-under. | Ned Batchelder | 2017-03-04 | 1 | -2/+6 |
| | |||||
* | Collecting continues after saving data. #79 #448 | Ned Batchelder | 2017-03-03 | 1 | -2/+49 |
| | |||||
* | Use an ISO standard encoding in coding declarations | Ned Batchelder | 2017-02-21 | 5 | -6/+6 |
| | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry. | ||||
* | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 2 | -1/+2 |
| | | | | Also, skip our own test code when running tests. | ||||
* | assert_warnings can now assert that there were no warnings. | Ned Batchelder | 2017-02-20 | 2 | -7/+35 |
| | |||||
* | Use the test-specific chdir method | Ned Batchelder | 2017-02-11 | 2 | -4/+2 |
| | |||||
* | Refactor module cleaning so we can use it outside of tests | Ned Batchelder | 2017-02-11 | 2 | -17/+34 |
| | |||||
* | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 4 | -17/+9 |
| | |||||
* | Run two files to be sure we know what error we'll get | Ned Batchelder | 2017-02-10 | 1 | -2/+4 |
| | |||||
* | Fix some coverage pragmas | Ned Batchelder | 2017-02-07 | 2 | -8/+8 |
| | |||||
* | Give a test helper a better name | Ned Batchelder | 2017-02-04 | 1 | -4/+4 |
| | |||||
* | Fiddle with, and test, format_lines | Ned Batchelder | 2017-02-03 | 1 | -1/+15 |
| | |||||
* | Split tests into their own files | Ned Batchelder | 2017-02-03 | 3 | -71/+86 |
| | |||||
* | Move the decorator out of the metaclass, so we can test it | Ned Batchelder | 2017-01-26 | 2 | -14/+36 |
| | |||||
* | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 2 | -4/+30 |
| | |||||
* | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 4 | -39/+12 |
| | |||||
* | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 1 | -10/+1 |
| |