mirror of
https://github.com/bellingcat/polyphemus.git
synced 2026-06-11 12:58:31 +03:00
added unit tests and made keyword arguments more consistent
This commit is contained in:
13
pytest.ini
Normal file
13
pytest.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[pytest]
|
||||
minversion =
|
||||
6.0.2
|
||||
testpaths =
|
||||
tests/
|
||||
python_files =
|
||||
*.py
|
||||
addopts =
|
||||
-vvv
|
||||
--cov='polyphemus'
|
||||
--cov-report html:reports/coverage
|
||||
--html='reports/tests.html'
|
||||
--self-contained-html
|
||||
Reference in New Issue
Block a user