tests: don't initialize logger instance
What did we event want it for in the first place?
This commit is contained in:
parent
fe73b03bf3
commit
13ba6c0f55
1 changed files with 0 additions and 3 deletions
3
tests.py
3
tests.py
|
|
@ -1,10 +1,7 @@
|
||||||
import pytest
|
import pytest
|
||||||
import logging
|
|
||||||
|
|
||||||
from teilchensammler_cli.models import TeilchenCreate, make_teilchen_input
|
from teilchensammler_cli.models import TeilchenCreate, make_teilchen_input
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.final # don't run while we are fiddling with the app
|
@pytest.mark.final # don't run while we are fiddling with the app
|
||||||
def test_initial_layout(snap_compare):
|
def test_initial_layout(snap_compare):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue