felicity-lims/backend/felicity_lims/felicity/tests/__init__.py

7 lines
384 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
# https://github.com/pytest-dev/pytest-order