felicity-lims/felicity/tests/unit/__init__.py
2024-07-21 09:06:51 +02:00

7 lines
385 B
Python

# 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