| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Set tests. | Brian Wellington | 2020-04-02 | 1 | -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 Wellington | 2020-03-18 | 1 | -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 deprecation | Thomas A Caswell | 2019-10-30 | 1 | -35/+35 |
| | | | | | failUnless was deprecated in py31 | ||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -4/+1 |
| | | |||||
| * | Pylint: tests: Fix whitespace errors | Martin | 2016-07-02 | 1 | -1/+1 |
| | | |||||
| * | Adds tox and coverage.py | Arthur Gautier | 2016-04-21 | 1 | -1/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | overhaul test system | Bob Halley | 2014-05-31 | 1 | -0/+208 |
