summaryrefslogtreecommitdiff
path: root/tests/test_set.py
Commit message (Collapse)AuthorAgeFilesLines
* Update Set tests.Brian Wellington2020-04-021-8/+24
| | | | | Add tests to cover untested functionality, and update existing tests to actually use the fact that these sets are ordered.
* Improve assertion checking.Brian Wellington2020-03-181-19/+19
| | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
* TST: fix unittest deprecationThomas A Caswell2019-10-301-35/+35
| | | | failUnless was deprecated in py31
* update copyrightBob Halley2018-12-011-0/+2
|
* Initial type signaturesJanus2018-07-311-4/+1
|
* 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/+208