Skip to content

Commit

Permalink
Remove unused logger fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Jul 26, 2018
1 parent 5b204ef commit fcec8be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@
fake = Faker()


@pytest.fixture
def a_logger():
result = logging.getLogger(str(uuid.uuid4()))
result.setLevel(logging.INFO)
result.handlers = []
result.addHandler(logging.StreamHandler())
return result


@pytest.fixture
def config_file():
fd, temp_path = tempfile.mkstemp()
Expand Down

0 comments on commit fcec8be

Please sign in to comment.