summaryrefslogtreecommitdiff
path: root/tests/test_data.py
Commit message (Collapse)AuthorAgeFilesLines
...
* More simplification of the data apiNed Batchelder2015-07-121-12/+12
|
* More reworking of the data apiNed Batchelder2015-07-121-1/+2
|
* Split off CoverageDataFiles from CoverageDataNed Batchelder2015-07-111-15/+28
|
* Remove FileLocator from PathAliases. Now it always produces canonicalized paths.Ned Batchelder2015-06-131-3/+7
|
* A better way to indicate that a tempdir test isn't making any files.Ned Batchelder2015-04-241-0/+2
|
* Finish up clytwynec's pull request to implement combining directories. #354.Ned Batchelder2015-04-241-9/+9
|
* Update testsChristine Lytwynec2015-04-231-24/+25
|
* Added ability to combine coverage data files from multiple directories into ↵Christine Lytwynec2015-04-211-0/+29
| | | | one file via command line args.
* Fix formatting before writing more tests.Ned Batchelder2015-01-181-17/+31
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-7/+7
|
* with statements: no more finally closeNed Batchelder2013-10-201-8/+2
|
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-0/+2
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+146
package.