mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Adjust logging for tests
This commit is contained in:
7
src/tests/conftest.py
Normal file
7
src/tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import logging
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mute_logging():
|
||||
logging.getLogger().setLevel(logging.WARNING)
|
Reference in New Issue
Block a user