summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: warnings are now real warningsNed Batchelder2021-05-301-2/+3
| | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those.
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
|
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-9/+8
|
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-4/+4
| | | | | | | | | | | | | | | Removed were: - StringIO - configparser - string_class - unicode_class - range - zip_longest - get_thread_id - path_types - shlex_quote - reprlib
* refactor: remove code explicitly choosing between py2 and py3Ned Batchelder2021-05-011-6/+3
|
* test: have pytest collect test classes uniformlyNed Batchelder2021-03-111-10/+1
|
* fix: don't report branches to missing lines. #1065Ned Batchelder2021-02-281-1/+1
| | | | | Fixes: #1065 Fixes: #955
* test: add tests of report sorting optionsNed Batchelder2021-02-261-0/+10
|
* build: update to latest pylintNed Batchelder2021-02-261-3/+3
|
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-10/+3
|
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-4/+3
|
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+2
|
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-129/+126
| | | | One step of moving to pure pytest tests.
* Always output TOTAL line.Judson Neer2021-01-061-26/+47
|
* More bitbucket->github urlsNed Batchelder2020-08-181-4/+4
|
* Fix broken sorting tests. Good catch, Jerin Peter GeorgeNed Batchelder2020-07-031-10/+11
|
* Simplify testing of --no-skip-covered, and add docsNed Batchelder2020-06-291-30/+0
|
* Add --no-skip-covered to allow negation of --skip-coveredAnthony Sottile2020-02-141-0/+30
|
* Adjust other env.PYPY tests to the latest wayNed Batchelder2019-12-311-1/+1
|
* Polish up cmd.rstNed Batchelder2019-12-081-1/+1
|
* Mark tests that don't need a temp dirNed Batchelder2019-11-251-0/+2
|
* Optionally skip empty files in reportsreybog902019-11-011-0/+45
|
* No need to pass coverage/config separately everywhereNed Batchelder2019-06-171-22/+15
|
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-161-13/+12
|
* Use pylint 2.xNed Batchelder2019-05-131-7/+7
|
* Sort the text missing results by line number, not kindNed Batchelder2018-12-251-1/+1
|
* Asserts should be expected,actualNed Batchelder2018-12-241-2/+2
|
* Travis pulls in other libraries somehow. Exclude themNed Batchelder2018-11-181-2/+2
|
* Convert farm/run_chdir.py to a test_summary.py testNed Batchelder2018-11-181-0/+14
|
* Convert farm/run/run_xxx.py to a test_summary.py testNed Batchelder2018-11-181-0/+16
|
* Use --source to ensure tests are showing what we want.Ned Batchelder2018-10-141-4/+4
| | | | | | | | | | | Travis started having these extra files in coverage reports from our tests: site-packages/pkg_resources/_vendor/six.py site-packages/pkg_resources/extern/__init__.py I don't know why they are being pulled in, but the tests aren't interested in them, and it is throwing off the results.
* Change these tests to not use weird attribute stuffingNed Batchelder2018-09-211-29/+29
|
* More tests need temp directoriesNed Batchelder2018-09-021-4/+0
|
* Make file operations implicit on constructed filenameNed Batchelder2018-07-231-1/+1
|
* Be stricter about self._dataNed Batchelder2018-07-081-1/+1
|
* Fix a too-long lineNed Batchelder2018-06-291-1/+2
|
* Fix the indentation of closing triple quotesNed Batchelder2018-06-281-12/+12
|
* Exclude site-packages so vendored code doesn't pollute test resultsNed Batchelder2018-06-281-1/+15
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Add a test that report uses the precision.Ned Batchelder2018-01-211-0/+43
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-201-0/+35
| | | | and #622.
* One last sensitivity to module docstringsNed Batchelder2017-10-051-1/+1
|
* Remove a module docstring that makes tests differ by Python versionNed Batchelder2017-10-051-3/+3
|
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-041-24/+7
|
* Update to pylint 1.7.1Ned Batchelder2017-04-221-1/+0
|
* As we change test_api.py, this test needs to change... Maybe not a great idea.Ned Batchelder2017-04-061-1/+9
|
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
| | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
* A better way to deal with StopEverything exceptionsNed Batchelder2017-01-191-10/+1
|
* This only happens on JythonNed Batchelder2017-01-191-1/+1
|
* No test failures on JythonNed Batchelder2017-01-181-2/+14
| | | | One or two of these are questionable accommodations, but there are no failures.