Skip to content

Commit

Permalink
test additional time formats
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Nov 3, 2018
1 parent 5cd1674 commit 1878256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
TIME_AXES = [
[2005, 2010],
[datetime(2005, 6, 17), datetime(2010, 6, 17)],
['2005-06-17', '2010-06-17'],
['2005-06-17 00:00:00', '2010-06-17 00:00:00']
]


Expand Down

0 comments on commit 1878256

Please sign in to comment.