core: add more tests for stat/datetime guessing
This commit is contained in:
parent
4012f9b7c2
commit
6239879245
4 changed files with 59 additions and 7 deletions
5
tox.ini
5
tox.ini
|
@ -24,6 +24,7 @@ commands =
|
|||
pip install orgparse
|
||||
|
||||
python3 -m pytest \
|
||||
tests/cli.py \
|
||||
tests/core.py \
|
||||
tests/misc.py \
|
||||
tests/get_files.py \
|
||||
|
@ -33,8 +34,8 @@ commands =
|
|||
tests/location.py \
|
||||
tests/tz.py \
|
||||
tests/calendar.py \
|
||||
tests/config.py
|
||||
hpi modules
|
||||
tests/config.py \
|
||||
{posargs}
|
||||
|
||||
|
||||
[testenv:demo]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue