Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ugly: have to pragma away nested coverage | Ned Batchelder | 2017-03-11 | 1 | -24/+24 | |
| | ||||||
* | Cleanly stop coverage objects, for metacov | Ned Batchelder | 2017-03-11 | 1 | -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 Batchelder | 2017-03-08 | 2 | -54/+61 | |
| | | | | fake-oriented unit tests | |||||
* | Refactor command_line into a function. | Ned Batchelder | 2017-03-08 | 2 | -6/+18 | |
| | ||||||
* | Give should_fail_under pure tests, so we don't need processes to test ↵ | Ned Batchelder | 2017-03-08 | 2 | -39/+24 | |
| | | | | numeric comparisons | |||||
* | Make the list of builtins more compact, since they are never the problem in ↵ | Ned Batchelder | 2017-03-05 | 1 | -2/+13 | |
| | | | | these tests | |||||
* | Describe and relabel a test that has nothing to do with fail-under. | Ned Batchelder | 2017-03-04 | 1 | -2/+6 | |
| | ||||||
* | Collecting continues after saving data. #79 #448 | Ned Batchelder | 2017-03-03 | 1 | -2/+49 | |
| | ||||||
* | Use an ISO standard encoding in coding declarations | Ned Batchelder | 2017-02-21 | 5 | -6/+6 | |
| | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry. | |||||
* | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 2 | -1/+2 | |
| | | | | Also, skip our own test code when running tests. | |||||
* | assert_warnings can now assert that there were no warnings. | Ned Batchelder | 2017-02-20 | 2 | -7/+35 | |
| | ||||||
* | Use the test-specific chdir method | Ned Batchelder | 2017-02-11 | 2 | -4/+2 | |
| | ||||||
* | Refactor module cleaning so we can use it outside of tests | Ned Batchelder | 2017-02-11 | 2 | -17/+34 | |
| | ||||||
* | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 4 | -17/+9 | |
| | ||||||
* | Run two files to be sure we know what error we'll get | Ned Batchelder | 2017-02-10 | 1 | -2/+4 | |
| | ||||||
* | Fix some coverage pragmas | Ned Batchelder | 2017-02-07 | 2 | -8/+8 | |
| | ||||||
* | Give a test helper a better name | Ned Batchelder | 2017-02-04 | 1 | -4/+4 | |
| | ||||||
* | Fiddle with, and test, format_lines | Ned Batchelder | 2017-02-03 | 1 | -1/+15 | |
| | ||||||
* | Split tests into their own files | Ned Batchelder | 2017-02-03 | 3 | -71/+86 | |
| | ||||||
* | Move the decorator out of the metaclass, so we can test it | Ned Batchelder | 2017-01-26 | 2 | -14/+36 | |
| | ||||||
* | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 2 | -4/+30 | |
| | ||||||
* | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 4 | -39/+12 | |
| | ||||||
* | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 1 | -10/+1 | |
| | ||||||
* | Oops, broke this other test using try_execfile.py | Ned Batchelder | 2017-01-19 | 1 | -1/+2 | |
| | ||||||
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 6 | -17/+17 | |
| | ||||||
* | This only happens on Jython | Ned Batchelder | 2017-01-19 | 1 | -1/+1 | |
| | ||||||
* | Move the jython conditional for try_execfile.py | Ned Batchelder | 2017-01-19 | 2 | -31/+25 | |
| | ||||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 5 | -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 Batchelder | 2017-01-18 | 1 | -0/+2 | |
| | ||||||
* | A few more lines covered | Ned Batchelder | 2017-01-17 | 1 | -3/+4 | |
| | ||||||
* | Use @flaky to prevent occasional multiprocessing failures | Ned Batchelder | 2017-01-17 | 1 | -0/+3 | |
| | ||||||
* | Properly handle if-statements optimized away. #522 | Ned Batchelder | 2017-01-16 | 2 | -16/+97 | |
| | ||||||
* | Oops, don't assume decorator arguments can be hashed. | Ned Batchelder | 2017-01-16 | 1 | -2/+2 | |
| | ||||||
* | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 5 | -6/+6 | |
| | ||||||
* | A better way to neuter decorators when not testing. | Ned Batchelder | 2017-01-16 | 1 | -1/+11 | |
| | ||||||
* | A one_of decorator for checking function arguments. | Ned Batchelder | 2017-01-16 | 1 | -5/+18 | |
| | ||||||
* | Tests of our bytes and unicode custom contracts | Ned Batchelder | 2017-01-16 | 1 | -1/+29 | |
| | ||||||
* | Promote re_line and re_lines to real helpers, with tests. | Ned Batchelder | 2017-01-15 | 4 | -31/+72 | |
| | ||||||
* | Fix two warnings | Ned Batchelder | 2017-01-15 | 2 | -1/+3 | |
| | ||||||
* | Add a test of CheckUniqueFilenames | Ned Batchelder | 2017-01-15 | 2 | -4/+38 | |
| | ||||||
* | Use the test method for setting the environment, so we can clean it | Ned Batchelder | 2017-01-15 | 1 | -1/+1 | |
| | ||||||
* | More pragmas for test skips | Ned Batchelder | 2017-01-14 | 4 | -5/+5 | |
| | ||||||
* | Pragmas for impossible error checks | Ned Batchelder | 2017-01-14 | 1 | -2/+2 | |
| | ||||||
* | Forgot a bunch of jython coverage pragmas | Ned Batchelder | 2017-01-14 | 4 | -7/+7 | |
| | ||||||
* | Clean up for pull request #122 | Ned Batchelder | 2017-01-14 | 2 | -16/+30 | |
| | ||||||
* | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 3 | -6/+30 | |
|\ | | | | | | | make --source module do the same as --source directory #426 | |||||
| * | simplify --source=pkg test cases | loic | 2017-01-10 | 3 | -14/+4 | |
| | | | | | | | | | | | | Instead of adding a new test, fix the existing test. It succeeded but was not actually testing the expected code path because pkg1 is both a directory and a package. | |||||
| * | source_for_file helper with unit tests | loic | 2017-01-10 | 1 | -1/+26 | |
| | | ||||||
| * | make --source module do the same as --source directory #426 | loic | 2017-01-06 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | The --source argument can either be a module or a directory. The user expects that it behaves the same in both cases. Make sure the module is recursively explored so that files that are not run show in the coverage report. close #426 | |||||
* | | Use different out directories for each farm test | Ned Batchelder | 2017-01-14 | 4 | -20/+20 | |
| | |