summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Ned Batchelder2017-10-261-1/+4
| | | | of these)
* 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
| | | | | close #265 close #101
* 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 thread-safe Collector.save_data()
| * FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| | | | | | | | | | --HG-- branch : fix-thread-safety
| * FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+95
| | | | | | | | | | --HG-- branch : fix-thread-safety
* | 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
| | | | | --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333
* 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
|