summaryrefslogtreecommitdiff
path: root/tests/test_flags.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve assertion checking.Brian Wellington2020-03-181-11/+11
| | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-1/+1
| | | | failUnlessRaises was deprecated in py31
* TST: fix unittest deprecationThomas A Caswell2019-10-301-8/+8
| | | | failUnless was deprecated in py31
* update copyrightBob Halley2018-12-011-0/+2
|
* Initial type signaturesJanus2018-07-311-4/+1
|
* Pylint: tests: fix redefined functionsMartin2016-07-021-2/+2
| | | | | | | This fix increases number of tests from Ran 424 tests in 13.300s to Ran 435 tests in 13.679s
* Pylint: tests: Fix whitespace errorsMartin2016-07-021-1/+1
|
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* overhaul test systemBob Halley2014-05-311-0/+59