mirror of https://github.com/aliasrobotics/cai.git
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:
parent
a9264160f6
commit
946415260c
|
|
@ -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
|
||||
Loading…
Reference in New Issue