add tests, some fixes
This commit is contained in:
8
pytest.ini
Normal file
8
pytest.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[pytest]
|
||||
pythonpath = .
|
||||
python_files = test_*.py *_test.py
|
||||
python_functions = test_*
|
||||
testpaths = tests
|
||||
|
||||
[report]
|
||||
omit = *myenv/*, custom_logger.py, *venv/*, tests/*
|
||||
Reference in New Issue
Block a user