Skip to content

Commit a8e080c

Browse files
committed
we do not use libadvian yet for anything else so remove it from tests, remove test coverage requirement
1 parent 1ef9a77 commit a8e080c

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exclude = '''
3131

3232
[tool.pytest.ini_options]
3333
junit_family="xunit2"
34-
addopts="--cov=scpi --cov-fail-under=65 --cov-branch"
34+
addopts="--cov=scpi --cov-branch"
3535

3636
[tool.pylint.format]
3737
max-line-length = 120

tests/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
"""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

Comments
 (0)