Skip to content

Commit

Permalink
Add pytest.ini to reduce warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Mar 29, 2023
1 parent fcae634 commit 2715121
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[pytest]
markers =
file_operation: test involves file operations
ftp: test uses ftp
webtest: test uses web addresses
norecursedirs = *env site-packages .cache .git .idea *.egg-info
testpaths =
tests

0 comments on commit 2715121

Please sign in to comment.