summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | Enable DeprecationWarnings during testsNed Batchelder2017-10-121-0/+18
| |
* | One last sensitivity to module docstringsNed Batchelder2017-10-052-4/+2
| |
* | Remove a module docstring that makes tests differ by Python versionNed Batchelder2017-10-052-4/+8
| |
* | Add an explicit test for weird module docstring behavior.Ned Batchelder2017-10-051-0/+23
| |
* | Python 3.7 no longer includes class docstrings in the lnotab tableNed Batchelder2017-10-052-5/+12
|/
* Jython 2.7.1rc3 needsNed Batchelder2017-06-231-0/+3
|
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-1/+1
|
* Use wraps() to wrap test methods so that pytest markers will work.Ned Batchelder2017-06-081-0/+2
|
* Add a failing skipped test for #581Ned Batchelder2017-06-071-0/+40
|
* Make sure xml reports specify valid source filenames. #526Ned Batchelder2017-05-051-6/+9
|
* Don't warn that namespace packages have no code. #572Ned Batchelder2017-05-043-4/+21
|
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-047-76/+38
|
* Use correct name for package source files. #526Ned Batchelder2017-05-031-3/+3
|
* Properly round-trip the trace function even when not measuring coverage. #575Ned Batchelder2017-05-021-27/+30
|
* Add to gettrace/settrace test to be sure it's re-establishedNed Batchelder2017-04-301-1/+3
|
* Fix: xml report fails in non-ascii directory. #573Ned Batchelder2017-04-301-0/+9
|
* Update to pylint 1.7.1Ned Batchelder2017-04-223-4/+1
|
* Print command-line errors to stderr instead of stdoutNed Batchelder2017-04-131-10/+10
|
* Use latest pylint, and remove a bad pragmaNed Batchelder2017-04-131-1/+1
|
* Add clarification about warnings tests.Ned Batchelder2017-04-121-0/+1
|
* Beef up the assert_warnings test helperNed Batchelder2017-04-062-1/+22
|
* Convert two warnings tests to non-processNed Batchelder2017-04-062-33/+43
|
* As we change test_api.py, this test needs to change... Maybe not a great idea.Ned Batchelder2017-04-061-1/+9
|
* Use Cobertura v4 XML format. #570Ned Batchelder2017-04-042-4/+4
|
* Properly escape the replacement string for re.subNed Batchelder2017-04-041-1/+1
|
* Warnings can be disabledNed Batchelder2017-04-042-0/+20
|
* 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
|
* 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
* 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
|