summaryrefslogtreecommitdiff
path: root/test/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-571/+0
* Mark expected-failure tests as suchNed Batchelder2013-01-011-1/+1
* A skipped failing test for #79.Ned Batchelder2012-12-311-0/+25
* Added a test while investigating bug #79.Ned Batchelder2012-12-311-0/+19
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-2/+1
* Preventing double harvesting was keeping the nose plugin from working. Not s...Ned Batchelder2012-12-281-0/+39
* Use '# pragma: nested' for lines not covered due to nested coverage.Ned Batchelder2012-12-021-6/+6
* A bunch of tweaks to improve coverageNed Batchelder2012-12-011-6/+6
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-291-39/+13
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-1/+2
* No longer see a mysterious exception when not able to run code: AttributeErro...Ned Batchelder2012-11-111-0/+1
* More converstion to assertIn and assertNotIn.Ned Batchelder2012-11-111-1/+1
* Add in assertNotIn.Ned Batchelder2012-11-101-6/+2
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-301-1/+1
* py3 is strict about modifying lists you're iterating.Ned Batchelder2012-10-291-1/+1
* Fix #163: embarassingly, the wildcards for include and omit didn't work prope...Ned Batchelder2012-10-291-94/+92
* MergedNed Batchelder2012-10-271-4/+8
|\
| * Make a mixin for a test: super is hard, let's go shopping.Ned Batchelder2012-10-271-4/+8
* | A more convenient asserterNed Batchelder2012-10-211-17/+13
* | Minor style tweaksNed Batchelder2012-10-211-2/+2
|/
* You can include files in the Python installation, and they will be measured.Ned Batchelder2011-08-031-5/+22
* The number of missed branches reported on the HTML summary page didn't match ...Ned Batchelder2011-08-021-0/+33
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-011-1/+1
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-311-1/+34
* Since people make this mistake, and it's mysterious: accept a single string f...Ned Batchelder2011-04-251-0/+18
* Remove trailing spacesNed Batchelder2011-03-241-2/+2
* --omit and --include now interpret their values more usefully. Fixes #121.Ned Batchelder2011-03-211-27/+76
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* Now completely unexecuted source files can be included in reporting. Specify...Ned Batchelder2010-09-031-0/+5
* Some prep work for finding completely uncovered files.Ned Batchelder2010-08-301-0/+1
* Python 3.2 doesn't make .pyc files in the local dir any more, so be more flex...Ned Batchelder2010-08-011-13/+29
* Re-vamp the tests for omit and include, and add source.Ned Batchelder2010-06-211-60/+55
* Give this helper function a better name, it's confused me too many times.Ned Batchelder2010-06-211-15/+15
* All tests now use underscore names instead of some having camelCase names.Ned Batchelder2010-06-181-17/+18
* Isolate old-style singleton api tests.Ned Batchelder2010-06-181-21/+28
* Update our own covcov.ini to properly omit files the new way.Ned Batchelder2010-05-241-1/+1
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-4/+4
* Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-1/+3
* Hook up omit and include to the run command. Test the new cmdline behavior a...Ned Batchelder2010-05-151-0/+69
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-5/+5
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-031-1/+1
* Mark some lines as uncoverable, add some tests for some test methods.Ned Batchelder2009-12-261-22/+22
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-131-1/+1
* Merged default onto config.Ned Batchelder2009-12-031-16/+19
|\
| * Massive eol whitespace clean-up.Ned Batchelder2009-12-021-16/+16
| * Fix some self-measurement problems. Now coverage_coverage.py works again (ha...Ned Batchelder2009-11-291-0/+3
* | Add data_file to the .coveragerc file.Ned Batchelder2009-11-281-0/+20
* | Read a config file to get some of our configuration.Ned Batchelder2009-11-281-1/+1
|/
* Rename our future-happy unittest methods to match their future versions, and ...Ned Batchelder2009-11-261-6/+6
* CamelCase looks weird, switch to underscore_separated.Ned Batchelder2009-10-161-21/+21