summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * When we trimmed trailing whitespace, we lost the last newline. Put it back.Ned Batchelder2018-08-2436-75/+75
| |
| * Remove needless license lines from html testsNed Batchelder2018-08-2437-507/+301
| |
| * Better handling of the absolute paths to the test temp directoryNed Batchelder2018-08-243-10/+13
| |
| * Delete unneeded farm/src filesNed Batchelder2018-08-2419-196/+0
| |
| * Stop using farm/src for HTML tests.Ned Batchelder2018-08-245-159/+350
| |
| * Remove some unneeded lines from the code-in-code xml testsNed Batchelder2018-08-243-29/+14
| |
| * Enable keeping test-created temp dirsNed Batchelder2018-08-241-0/+6
| |
| * Stop TempDirTest from complaining that no files were madeNed Batchelder2018-08-241-0/+1
| |
| * Change XML gold tests to not use a common source directoryNed Batchelder2018-08-241-40/+74
| |
| * PyPy needs to close cursors from pragmasNed Batchelder2018-08-242-1/+2
| |
| * Cop out for a json/sql difference in data typesNed Batchelder2018-08-241-5/+5
| |
| * Get file_tracer semantics right, whewNed Batchelder2018-08-241-2/+2
| |
| * Be flexible, and accept either json-sourced or sql-source error messages in ↵Ned Batchelder2018-08-244-7/+33
| | | | | | | | some tests
| * Skip some tests for SQL for nowNed Batchelder2018-08-243-2/+14
| |
| * Remove an unused debugging thingNed Batchelder2018-08-142-12/+0
| |
| * Refactor initializationNed Batchelder2018-08-141-2/+4
| | | | | | | | | | | | | | We need the data file suffix when the data file is created, not when write() is called. This required separating how different pieces were initialized. The old way was dumb anyway, since it (for example) created a Collector when reporting.
| * Start moving suffix to constructorNed Batchelder2018-08-121-14/+15
| |
| * A little betterNed Batchelder2018-08-111-2/+2
| |
| * Don't add data by asking about dataNed Batchelder2018-08-111-0/+7
| |
| * Implement moreNed Batchelder2018-08-111-8/+11
| |
| * Move line_counts out of the data classesNed Batchelder2018-08-105-27/+31
| |
| * Move a common method outside the data classesNed Batchelder2018-08-101-4/+5
| |
| * Simplify how run --append works.Ned Batchelder2018-08-091-11/+7
| | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it.
| * Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-082-51/+29
| |\
| * \ Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-074-13/+43
| |\ \
| * | | Pull combine_parallel_data out of CoverageDataNed Batchelder2018-08-041-6/+6
| | | |
| * | | Make file operations implicit on constructed filenameNed Batchelder2018-07-235-65/+67
| | | |
| * | | CoverageData now also handles file operationsNed Batchelder2018-07-232-47/+37
| | | |
* | | | Simplify how run --append works.Ned Batchelder2018-08-121-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it. (cherry picked from commit 85725034b429fe46cf26429ce3bad0d53db82f3e)
* | | | Hasher needed more information about nesting to avoid collisionsNed Batchelder2018-08-111-0/+7
| |_|/ |/| |
* | | No need to erase before runningNed Batchelder2018-08-081-16/+0
| | |
* | | Simplify counting data filesNed Batchelder2018-08-081-35/+29
| |/ |/|
* | Check data file existence while testing combiningNed Batchelder2018-08-072-8/+12
| |
* | assert_file_countNed Batchelder2018-08-074-1/+29
| |
* | Remove a mention of Python 2.6Ned Batchelder2018-07-261-4/+2
|/
* Add a test to be sure 'combine' works both plain and --appendNed Batchelder2018-07-231-15/+49
|
* Be stricter about self._dataNed Batchelder2018-07-082-5/+5
|
* Don't need the v3->v4 data converter in v5Ned Batchelder2018-07-011-55/+0
|
* Quiet a pylint warningNed Batchelder2018-06-301-0/+2
|
* ResourceWarning isn't in py2?Ned Batchelder2018-06-291-1/+1
|
* Suppress needless warnings during testsNed Batchelder2018-06-291-0/+14
|
* Fix a too-long lineNed Batchelder2018-06-291-1/+2
|
* New gold files with trimmed whitespaceNed Batchelder2018-06-2938-796/+76
|
* 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-282-1/+16
|
* Windows file paths in the HTML have to be canonicalizedNed Batchelder2018-06-271-0/+4
|
* Need to escape when using Windows paths as regexesNed Batchelder2018-06-271-1/+1
|
* Lose a little less information when scrubbing HTMLNed Batchelder2018-06-272-4/+4
|
* Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
|
* Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
|