summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Add slugs to warnings in prep for suppressable warningsNed Batchelder2017-04-032-6/+7
|
* One more variation on WindowsNed Batchelder2017-03-311-0/+1
|
* A test of the plugin.find_executable_files methodNed Batchelder2017-03-311-0/+52
|
* Windows has a different error message for path(float)Ned Batchelder2017-03-301-0/+1
|
* Be pickier about the expected failures from plugin tests.Ned Batchelder2017-03-301-7/+26
|
* Use new show_stderr flag so we can see errors printed to stderr during ↵Ned Batchelder2017-03-302-1/+3
| | | | failing tests.
* Clean up in plugin testsNed Batchelder2017-03-292-9/+7
|
* Pids can be less that 5 digitsNed Batchelder2017-03-231-1/+1
|
* Big refactor of debug loggingNed Batchelder2017-03-223-32/+33
|
* Use capital-CoverageNed Batchelder2017-03-111-60/+58
| | | | | --HG-- extra : amend_source : 926b6475306f6463c48b2d3053f5dcd431941937
* Ugly: have to pragma away nested coverageNed Batchelder2017-03-111-24/+24
|
* Cleanly stop coverage objects, for metacovNed Batchelder2017-03-111-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 Batchelder2017-03-082-54/+61
| | | | fake-oriented unit tests
* Refactor command_line into a function.Ned Batchelder2017-03-082-6/+18
|
* Give should_fail_under pure tests, so we don't need processes to test ↵Ned Batchelder2017-03-082-39/+24
| | | | | | | numeric comparisons --HG-- extra : amend_source : 36d1fcdd986d1c2b4cd2af0d96d269e84fa40c2d
* Make the list of builtins more compact, since they are never the problem in ↵Ned Batchelder2017-03-051-2/+13
| | | | these tests
* Describe and relabel a test that has nothing to do with fail-under.Ned Batchelder2017-03-041-2/+6
|
* Collecting continues after saving data. #79 #448Ned Batchelder2017-03-031-2/+49
|
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-215-6/+6
| | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
* Sometimes we match against files, sometimes directories.Ned Batchelder2017-02-212-1/+2
| | | | Also, skip our own test code when running tests.
* assert_warnings can now assert that there were no warnings.Ned Batchelder2017-02-202-7/+35
|
* Use the test-specific chdir methodNed Batchelder2017-02-112-4/+2
|
* Refactor module cleaning so we can use it outside of testsNed Batchelder2017-02-112-17/+34
|
* Get rid of an unnecessary methodNed Batchelder2017-02-104-17/+9
|
* Run two files to be sure we know what error we'll getNed Batchelder2017-02-101-2/+4
|
* Fix some coverage pragmasNed Batchelder2017-02-072-8/+8
|
* Give a test helper a better nameNed Batchelder2017-02-041-4/+4
|
* Fiddle with, and test, format_linesNed Batchelder2017-02-031-1/+15
|
* Split tests into their own filesNed Batchelder2017-02-033-71/+86
|
* Move the decorator out of the metaclass, so we can test itNed Batchelder2017-01-262-14/+36
|
* Use a metaclass to convert StopEverything to SkipTestNed Batchelder2017-01-252-4/+30
|
* Get rid of some unused code pathsNed Batchelder2017-01-204-39/+12
|
* A better way to deal with StopEverything exceptionsNed Batchelder2017-01-191-10/+1
|
* Oops, broke this other test using try_execfile.pyNed Batchelder2017-01-191-1/+2
|
* More-precise no-coverage pragmasNed Batchelder2017-01-196-17/+17
|
* This only happens on JythonNed Batchelder2017-01-191-1/+1
|
* Move the jython conditional for try_execfile.pyNed Batchelder2017-01-192-31/+25
|
* No test failures on JythonNed Batchelder2017-01-185-11/+47
| | | | One or two of these are questionable accommodations, but there are no failures.
* The ram test has always been flaky. Mark it as such.Ned Batchelder2017-01-181-0/+2
|
* A few more lines coveredNed Batchelder2017-01-171-3/+4
|
* Use @flaky to prevent occasional multiprocessing failuresNed Batchelder2017-01-171-0/+3
|
* Properly handle if-statements optimized away. #522Ned Batchelder2017-01-162-16/+97
|
* Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-161-2/+2
|
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-165-6/+6
|
* A better way to neuter decorators when not testing.Ned Batchelder2017-01-161-1/+11
|
* A one_of decorator for checking function arguments.Ned Batchelder2017-01-161-5/+18
|
* Tests of our bytes and unicode custom contractsNed Batchelder2017-01-161-1/+29
|
* Promote re_line and re_lines to real helpers, with tests.Ned Batchelder2017-01-154-31/+72
|
* Fix two warningsNed Batchelder2017-01-152-1/+3
|
* Add a test of CheckUniqueFilenamesNed Batchelder2017-01-152-4/+38
|