We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef9a77 commit a8e080cCopy full SHA for a8e080c
2 files changed
pyproject.toml
@@ -31,7 +31,7 @@ exclude = '''
31
32
[tool.pytest.ini_options]
33
junit_family="xunit2"
34
-addopts="--cov=scpi --cov-fail-under=65 --cov-branch"
+addopts="--cov=scpi --cov-branch"
35
36
[tool.pylint.format]
37
max-line-length = 120
tests/conftest.py
@@ -1,8 +1 @@
1
"""pytest automagics"""
2
-import logging
3
-
4
-from libadvian.logging import init_logging
5
6
7
-init_logging(logging.DEBUG)
8
-LOGGER = logging.getLogger(__name__)
0 commit comments