Skip to content

Commit

Permalink
fix : pytest.ini file added
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jun 27, 2023
1 parent 162ad19 commit d60264e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
run: |
python others/requirements-splitter.py
pip install --upgrade --upgrade-strategy=only-if-needed -r test-requirements.txt
if: matrix.python-version == env.TEST_PYTHON_VERSION
- name: Test with pytest
run: |
python -m pytest --cov=nava --cov-report=term
Expand Down
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# content of pytest.ini
[pytest]
addopts = --doctest-modules --ignore=Otherfiles
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL

0 comments on commit d60264e

Please sign in to comment.