Spaces:
Sleeping
Sleeping
Delete pytest.ini
Browse files- pytest.ini +0 -17
pytest.ini
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
[pytest]
|
| 2 |
-
testpaths = tests
|
| 3 |
-
python_files = test_*.py
|
| 4 |
-
python_classes = Test*
|
| 5 |
-
python_functions = test_*
|
| 6 |
-
|
| 7 |
-
markers =
|
| 8 |
-
unit: marks tests as unit tests
|
| 9 |
-
integration: marks tests as integration tests
|
| 10 |
-
|
| 11 |
-
# Configuration for pytest-cov
|
| 12 |
-
addopts = --cov=describepdf --cov-report=term-missing
|
| 13 |
-
|
| 14 |
-
# Logging configuration
|
| 15 |
-
log_cli = true
|
| 16 |
-
log_cli_level = INFO
|
| 17 |
-
log_cli_format = %(asctime)s - %(levelname)s - [%(module)s] - %(message)s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|