Skip to content

Commit

Permalink
add pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 20, 2023
1 parent a5197a5 commit 0d4b7a1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[pytest]
doctest_optionflags =
ELLIPSIS
NUMBER
NORMALIZE_WHITESPACE
IGNORE_EXCEPTION_DETAIL
addopts =
--doctest-modules
--doctest-continue-on-failure
--ignore='setup.py'
norecursedirs =
build
dist
.egg-info
.cache
.git
htmlcov
legacy_files
notebooks
tmps
**/.ipynb_checkpoints
filterwarnings = ignore

0 comments on commit 0d4b7a1

Please sign in to comment.