Skip to content

Commit

Permalink
add pytest.ini file to mark integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zakwatts committed Jan 24, 2025
1 parent 54a0bff commit 8ea97ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
markers =
integration: marks tests as integration tests

0 comments on commit 8ea97ba

Please sign in to comment.