Compare commits

...

2 Commits

Author SHA1 Message Date
Pim van Pelt
cf6d8712fb Simplify gitignore 2025-08-04 11:35:16 +02:00
Pim van Pelt
17c31ce6c9 Remove redundant pytest.ini 2025-08-04 11:33:37 +02:00
2 changed files with 1 additions and 19 deletions

6
.gitignore vendored
View File

@@ -1,8 +1,4 @@
bin
include
lib
lib64
pyvenv.cfg
__pycache__ __pycache__
dist/ dist/
kumacli.egg-info kumacli.egg-info
.pytest_cache

View File

@@ -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