1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-07 00:57:22 +02:00

Merge pull request #619 from Luigi31415/add-tz-to-tests

Timezone Testing with TZ Env Variable
This commit is contained in:
Kelly Brazil
2024-11-29 01:02:31 +00:00
committed by GitHub

View File

@ -2,4 +2,4 @@
# system should be in "America/Los_Angeles" timezone for all tests to pass
# ensure no local plugin parsers are installed for all tests to pass
python3 -m unittest -v
TZ=America/Los_Angeles python3 -m unittest -v