pytz/tests/smoke.fmf
Lukas Zachar 28a2bb51de Add gating with tmt smoke test
Check very simple usage (basically just import works)

Related: RHEL-677
2023-07-13 14:04:16 +02:00

6 lines
118 B
Plaintext

test: python3 -c 'import pytz; assert str(pytz.utc.zone) == "UTC"'
framework: shell
require:
- python3-pytz
- python3