summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Even more clarity for an error messageNed Batchelder2018-09-251-0/+4
* Make static and dynamic contexts work togetherNed Batchelder2018-09-231-26/+45
* Dynamic contextsNed Batchelder2018-09-231-0/+61
* We're calling this static, not globalNed Batchelder2018-09-231-4/+4
* Merge branch 'nedbat/contexts'Ned Batchelder2018-09-214-32/+136
|\
| * Make test check commutivity of .update()Ned Batchelder2018-09-211-37/+52
| * Combining contexts worksNed Batchelder2018-09-211-0/+59
| * measured_contexts() and two simple tests of the global contextNed Batchelder2018-09-212-2/+32
| * Change these tests to not use weird attribute stuffingNed Batchelder2018-09-211-29/+29
| * Plumb through context= settingNed Batchelder2018-09-181-1/+1
* | Clarify an error messageNed Batchelder2018-09-191-1/+1
* | Check for import orderNed Batchelder2018-09-131-1/+2
* | Name decorator components to avoid docstring requirementNed Batchelder2018-09-091-3/+2
|/
* Fix flaky testsNed Batchelder2018-09-081-0/+6
* Defaultable variable substitutionNed Batchelder2018-09-081-0/+1
* Strict variable substitution is now an optionNed Batchelder2018-09-081-6/+19
* Move variable substitution to be independentNed Batchelder2018-09-081-1/+17
* When scrubbing file names, we don't care about slash directionNed Batchelder2018-09-021-4/+13
* Move fiddly fnmatch logic into its own testable functionNed Batchelder2018-09-021-1/+50
* More tests need temp directoriesNed Batchelder2018-09-022-6/+0
* SQLite on windows has slightly different messagesNed Batchelder2018-09-022-3/+3
* More tests need clear separation of databasesNed Batchelder2018-09-021-13/+13
* Have to escape data going into a regex subNed Batchelder2018-08-301-3/+3
* Put back an always-on indication of the tracer availableNed Batchelder2018-08-301-2/+13
* SQLite storage detects forksNed Batchelder2018-08-271-2/+0
* Better sys_info: pid, and a more understandable name.Ned Batchelder2018-08-262-3/+3
* Tests of the schema checkingNed Batchelder2018-08-263-15/+37
* Another pytest-cov test, for --appendNed Batchelder2018-08-241-1/+10
* Merge branch 'nedbat/data-sqlite'Ned Batchelder2018-08-2472-1133/+979
|\
| * Add a test emulating pytest-covNed Batchelder2018-08-241-2/+29
| * Remove now-unused CoverageGoldTest classNed Batchelder2018-08-241-29/+1
| * SQL storage means more tests need temp directoriesNed Batchelder2018-08-241-2/+0
| * Py2-specific gold filesNed Batchelder2018-08-242-29/+23
| * 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 s...Ned Batchelder2018-08-244-7/+33
| * 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
| * Start moving suffix to constructorNed Batchelder2018-08-121-14/+15