summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacePaul Ganssle2022-12-031-4/+4
|
* Remove deprecated pytest.warns(None) from test_internals.pyJakub KulĂ­k2022-02-101-7/+7
|
* Document behavior when time delta addition falls after end of monthAleksei Strizhak2021-10-121-0/+61
| | | Document potentially surprising behaviour and add tests to cover these cases.
* Move tests out of `dateutil` packageMario Corchero2021-07-2316-0/+10771
Move tests folder to the top of the source checkout and remove it from the package. We are still including the tests in the sdist in case downstream package managers want to test out their packaging.