reverting changes needed for debug

pull/182/head
Andrew Mirsky 2025-05-26 08:49:06 -04:00
rodzic a7f2ae5746
commit 508f42ac30
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A98E67635CDF2C39
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -146,14 +146,14 @@ max-returns = 10
# ----------------------------------- PYTEST -----------------------------------
[tool.pytest.ini_options]
#addopts = ["--cov=amqtt", "--cov-report=term-missing", "--cov-report=xml"]
addopts = ["--tb=short", "--capture=tee-sys"]
addopts = ["--cov=amqtt", "--cov-report=term-missing", "--cov-report=xml"]
testpaths = ["tests"]
asyncio_mode = "auto"
timeout = 10
asyncio_default_fixture_loop_scope = "function"
log_cli = true
log_level = "DEBUG"
#addopts = ["--tb=short", "--capture=tee-sys"]
#log_cli = true
#log_level = "DEBUG"
# ------------------------------------ MYPY ------------------------------------
[tool.mypy]