Skip to content

Commit

Permalink
chore(pytest): Added custom markers 'unit' and 'integration'
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Sep 20, 2023
1 parent 93b17b6 commit 9443c2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# test directory
[pytest]
testpaths = echopype/tests

cache_dir = .cache
markers =
unit: marks tests as unit tests
integration: marks tests as integration tests

0 comments on commit 9443c2a

Please sign in to comment.