aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_converters.py (follow)
Commit message (Expand)AuthorAgeLines
* Migrate pytest to unittestGravatar Sebastiaan Zeeff2019-10-11-264/+0
* Check if tzinfo is None in ISODateTime testGravatar Sebastiaan Zeeff2019-10-03-1/+3
* Make ISODateTime return tz-unaware datetimeGravatar Sebastiaan Zeeff2019-10-02-0/+21
* Apply docstring review suggestionGravatar Sebastiaan Zeeff2019-10-02-1/+1
* Add converter for ISO-formatted datetime stringsGravatar Sebastiaan Zeeff2019-10-01-0/+55
* Allow whitespace in duration strings and update testsGravatar Sebastiaan Zeeff2019-09-23-47/+66
* Fix failing duration conversionGravatar Sebastiaan Zeeff2019-09-23-4/+78
* Add tests for `bot.converters`.Gravatar Johannes Christ2019-09-15-0/+93