felicity-lims/felicity/tests/__init__.py

8 lines
385 B
Python
Raw Normal View History

2022-11-20 21:20:41 +08:00
# pytest tests --asyncio-mode=strict
# @pytest.mark.database_access then use pytest --strict-markers to register then pytest -m database_access
# Ordering
# https://stackoverflow.com/questions/70738211/run-pytest-classes-in-custom-order/70758938#70758938
# https://stackoverflow.com/questions/17571438/test-case-execution-order-in-pytest
2023-03-19 23:21:32 +08:00
# https://github.com/pytest-dev/pytest-order