summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't use the aggressive singleton for normal debuggingNed Batchelder2017-03-231-1/+1
| |
| * Pids can be less that 5 digitsNed Batchelder2017-03-231-1/+1
| |
| * Big refactor of debug loggingNed Batchelder2017-03-226-83/+160
| |
| * Say a little more about --timidNed Batchelder2017-03-181-1/+2
| |
| * Minimal IronPython support.Ned Batchelder2017-03-147-3/+24
| | | | | | | | | | IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces unicode! f_lasti is missing, and frame globals are missing.
| * pid also annotates warningsNed Batchelder2017-03-121-1/+1
| |
| * Fix the appveyor badge, broken since we pointed it to githubNed Batchelder2017-03-111-1/+1
| |
| * Use capital-CoverageNed Batchelder2017-03-112-61/+59
| |
| * Ugly: have to pragma away nested coverageNed Batchelder2017-03-111-24/+24
| |
| * Cleanly stop coverage objects, for metacovNed Batchelder2017-03-112-1/+7
| | | | | | | | | | 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 should_fail_under an even more pure function.Ned Batchelder2017-03-082-6/+8
| |
| * Control codecov more tightlyNed Batchelder2017-03-062-2/+2
| |
| * OK, skip 3.6 for nowNed Batchelder2017-03-051-4/+0
| |
| * Travis fixes: get 3.6 installed; use conditional that worksNed Batchelder2017-03-051-9/+11
| |
| * Make the list of builtins more compact, since they are never the problem in ↵Ned Batchelder2017-03-051-2/+13
| | | | | | | | these tests
| * More docstring.Ned Batchelder2017-03-051-0/+3
| |
| * Describe and relabel a test that has nothing to do with fail-under.Ned Batchelder2017-03-041-2/+6
| |
| * Move the logic for fail-under to a testable functionNed Batchelder2017-03-042-13/+24
| |
| * Small steps in refactoring initializationNed Batchelder2017-03-041-2/+6
| |
| * Travis should run 3.6Ned Batchelder2017-03-041-0/+2
| |
| * Slightly better way to organize the condition on activityNed Batchelder2017-03-042-7/+19
| |
| * Next version will be 4.4 at leastNed Batchelder2017-03-031-1/+1
| |
| * Collecting continues after saving data. #79 #448Ned Batchelder2017-03-037-17/+121
| |
| * Fix a little EnglishNed Batchelder2017-03-031-1/+1
| |
| * Simplify stack management in CTracerNed Batchelder2017-03-034-41/+50
| | | | | | | | | | | | | | "file_data" used to be borrowed from data, but that was confusing. Now it's owned. We used to have a struct member which was a copy of the current stack entry. That just made it harder to reason about reference counting. Now we have a pointer to the entry on the stack.
| * 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-213-24/+30
| | | | | | | | Also, skip our own test code when running tests.
| * Clarify how TreeMatcher works.Ned Batchelder2017-02-201-9/+15
| |
| * assert_warnings can now assert that there were no warnings.Ned Batchelder2017-02-202-7/+35
| |
| * Hmm, not sure why this was a list.Ned Batchelder2017-02-191-1/+1
| |
| * Another URL split outNed Batchelder2017-02-151-2/+3
| |
| * Pull out URLsNed Batchelder2017-02-141-3/+7
| |
| * Keep the amazing poly solver by KyleNed Batchelder2017-02-122-0/+248
| |
| * Run the stress test in a temp directoryNed Batchelder2017-02-121-8/+11
| |
| * Clean up perf_measure a bitNed Batchelder2017-02-111-14/+19
| |
| * perf_measure.py is no longer a testNed Batchelder2017-02-113-12/+21
| |
| * Use unittest-mixins that we just refactoredNed Batchelder2017-02-112-3/+3
| |
| * Use the test-specific chdir methodNed Batchelder2017-02-112-4/+2
| |
| * Refactor module cleaning so we can use it outside of testsNed Batchelder2017-02-113-19/+36
| |
| * Get rid of an unnecessary methodNed Batchelder2017-02-105-20/+14
| |
| * Run two files to be sure we know what error we'll getNed Batchelder2017-02-101-2/+4
| |
| * Update CHANGESNed Batchelder2017-02-081-1/+3
| |
| * Install the fullcoverage support for CPython's useNed Batchelder2017-02-081-0/+1
| |
| * Fix some coverage pragmasNed Batchelder2017-02-072-8/+8
| |
| * Give a test helper a better nameNed Batchelder2017-02-041-4/+4
| |
| * Fix englishNed Batchelder2017-02-031-1/+1
| |
| * Fix this comment that was left behindNed Batchelder2017-02-031-2/+1
| |