Skip to content

Commit

Permalink
updated pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 8, 2024
1 parent b5fddb9 commit 8fd29c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[pytest]
addopts = --ignore=setup.py -ra
# addopts = -ra --ignore=setup.py
addopts = --ignore=setup.py --doctest-modules --strict-markers -ra
python_files = *.py
python_functions = test_*
#addopts = --doctest-modules --strict-markers
testpaths = biosimulator_processes/tests
markers =
slow: indicates slow tests (deselect with '-m "not slow"')

0 comments on commit 8fd29c8

Please sign in to comment.