Skip to content

Commit bcdbda3

Browse files
committed
FIX: run all tests, no exceptions
1 parent a03d6d3 commit bcdbda3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.coveragerc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[run]
2-
omit =
3-
tests/test_backend_filesystem.py
2+

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
python_files =
33
tests/test_*.py
44
pythonpath = ardupilot_methodic_configurator
5-
addopts = -v --strict-config --continue-on-collection-errors --ignore=tests/test_backend_filesystem.py
5+
addopts = -v --strict-config --continue-on-collection-errors

0 commit comments

Comments
 (0)