mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-30 13:39:44 -05:00
8 lines
136 B
INI
8 lines
136 B
INI
[pytest]
|
|
testpaths = .
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
pythonpath = ../..
|
|
asyncio_mode = auto
|