Initial commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
[pytest]
|
||||
norecursedirs =
|
||||
pcdigitizer
|
||||
*.egg
|
||||
.eggs
|
||||
dist
|
||||
build
|
||||
docs
|
||||
.tox
|
||||
.git
|
||||
__pycache__
|
||||
doctest_optionflags =
|
||||
NUMBER
|
||||
NORMALIZE_WHITESPACE
|
||||
IGNORE_EXCEPTION_DETAIL
|
||||
addopts =
|
||||
--strict-markers
|
||||
--tb=short
|
||||
--doctest-modules
|
||||
--doctest-continue-on-failure
|
||||
--maxfail=2 -rf
|
||||
testpaths = tests
|
||||
Reference in New Issue
Block a user