aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils/test_time.py (follow)
Commit message (Collapse)AuthorAgeLines
* Remove lingering pytest test_time.py fileGravatar Sebastiaan Zeeff2020-02-23-62/+0
| | | | I forgot to remove one pytest test file during the migration from pytest to unittest. Since we have sinced added a unittest version of the same file, I've now removed the lingering pytest file.
* Raise `ValueError` on negative `max_units`.Gravatar Johannes Christ2019-10-12-3/+6
|
* Implement test cases suggested by @MarkKoz.Gravatar Johannes Christ2019-10-11-0/+11
|
* Add tests for `bot.utils.time`.Gravatar Johannes Christ2019-09-20-0/+48