Add pytest.ini and an ignored area within tests

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-10 14:19:25 +00:00
parent a9264160f6
commit 946415260c
2 changed files with 9 additions and 0 deletions

9
pytest.ini Normal file
View File

@ -0,0 +1,9 @@
[pytest]
testpaths =
tests
addopts = -v --color=yes --tb=short
# Specifying the directory to ignore
#
# norecursedirs = tests/ignored tests/aux tests/inference tests/state tests/tools
norecursedirs = tests/ignored

0
tests/ignored/.gitkeep Normal file
View File