summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
Commit message (Collapse)AuthorAgeFilesLines
* Beef up the assert_warnings test helperNed Batchelder2017-04-061-0/+11
|
* assert_warnings can now assert that there were no warnings.Ned Batchelder2017-02-201-0/+13
|
* Move the decorator out of the metaclass, so we can test itNed Batchelder2017-01-261-2/+23
|
* Promote re_line and re_lines to real helpers, with tests.Ned Batchelder2017-01-151-7/+42
|
* Fix two warningsNed Batchelder2017-01-151-0/+2
|
* Add a test of CheckUniqueFilenamesNed Batchelder2017-01-151-0/+26
|
* Use the test method for setting the environment, so we can clean itNed Batchelder2017-01-151-1/+1
|
* Remove the test helpers into their own repoNed Batchelder2016-06-011-111/+0
|
* Add a delayed_assertions context managerNed Batchelder2016-01-041-1/+42
|
* A better way to test for warnings.Ned Batchelder2015-10-031-0/+39
|
* Pragmas for metacoverageNed Batchelder2015-08-301-1/+1
|
* Fix some tests to work in the Appveyor environmentNed Batchelder2015-08-291-6/+14
|
* Add an explicit test of EnvironmentAwareMixinNed Batchelder2015-08-291-1/+26
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Fix line too longNed Batchelder2015-07-201-1/+4
|
* Pragma away some partial branches in next(gen...)Ned Batchelder2015-07-201-2/+2
|
* Test arcz_to_arcs directly.Ned Batchelder2015-07-201-0/+5
|
* Refactor datetime recency testing into a tested test helperNed Batchelder2015-04-251-0/+22
|
* Clarify how to use make_file for non-ascii content.Ned Batchelder2015-01-221-1/+4
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-121-1/+1
| | | | them.
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-4/+4
|
* Pragmas for uncovered codeNed Batchelder2014-09-281-2/+2
|
* Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-3/+1
|
* Refactor the test tests tooNed Batchelder2014-09-151-12/+16
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-5/+5
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-16/+12
|
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-161-98/+0
|
* Add assert_starts_withNed Batchelder2013-12-141-0/+11
|
* Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
|
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-3/+2
|
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-1/+28
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-2/+2
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+192
package.