summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-062-3/+38
* There will be other kinds of pluginsNed Batchelder2017-12-263-8/+8
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-233-1/+3
* Commented-out debugging of pytracerNed Batchelder2017-11-241-2/+1
* One start() was missing a stop(), which caused meta issues on appveyorNed Batchelder2017-11-041-0/+1
* Point 'home page' on pypi to bitbucketNed Batchelder2017-11-041-2/+2
* DesperationNed Batchelder2017-11-041-1/+1
* Skip an obscure case that confuses me on WindowsNed Batchelder2017-11-041-1/+6
* Use the real implementation of del_environNed Batchelder2017-11-041-38/+4
* Fix that thingNed Batchelder2017-11-031-1/+1
* Try protecting test processes from coverage envvarsNed Batchelder2017-11-031-0/+41
* Root is acceptable as a combining path (the manylinux tests end up with one o...Ned Batchelder2017-10-261-1/+4
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+1
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-241-5/+3
* Left over import from deleting a testNed Batchelder2017-10-241-2/+0
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-073-5/+18
* Belatedly add a test for #541, so we can fix #265 for realNed Batchelder2017-10-241-0/+26
* Bug 581 was fixed, don't need the skipped test any moreNed Batchelder2017-10-231-38/+0
* Explicitly specified secondary config files are properly read. #588Ned Batchelder2017-10-211-0/+7
* A little cleanup for #581Ned Batchelder2017-10-211-7/+12
* Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)Ned Batchelder2017-10-211-0/+95
|\
| * FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| * FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+95
* | Skip these new tests on JythonNed Batchelder2017-10-211-0/+4
* | Fix the recent command-name tests for WindowsNed Batchelder2017-10-211-2/+3
* | Perform tilde expansion on file path config values. #589Ned Batchelder2017-10-211-1/+34
* | Be more flexible about the command name in help. #600Ned Batchelder2017-10-191-7/+8
* | Get the command name from the file path of the first command-line argument.Ben Finney2017-10-191-0/+24
* | Flaky tests are really flakyNed Batchelder2017-10-121-1/+1
* | 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