Compare commits
2 Commits
d6ecb9e4c9
...
cf6d8712fb
Author | SHA1 | Date | |
---|---|---|---|
|
cf6d8712fb | ||
|
17c31ce6c9 |
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,8 +1,4 @@
|
||||
bin
|
||||
include
|
||||
lib
|
||||
lib64
|
||||
pyvenv.cfg
|
||||
__pycache__
|
||||
dist/
|
||||
kumacli.egg-info
|
||||
.pytest_cache
|
||||
|
14
pytest.ini
14
pytest.ini
@@ -1,14 +0,0 @@
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
pythonpath = src
|
||||
addopts =
|
||||
-v
|
||||
--tb=short
|
||||
--strict-markers
|
||||
--disable-warnings
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
ignore::PendingDeprecationWarning
|
Reference in New Issue
Block a user