mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-14 19:26:39 +02:00
5 lines
73 B
INI
5 lines
73 B
INI
# pytest.ini
|
|
[pytest]
|
|
python_files = day_*.py
|
|
testpaths = 2021/solutions
|