Skip to content

Commit

Permalink
Split pytest module into logically separate files and fix unicode nam…
Browse files Browse the repository at this point in the history
…ed in parmetrized tests
  • Loading branch information
michaelboulton committed Feb 18, 2019
1 parent d2aa1e4 commit 7f54fec
Show file tree
Hide file tree
Showing 12 changed files with 932 additions and 808 deletions.
4 changes: 1 addition & 3 deletions example/mqtt/conftest.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import logging
import logging.config

import pytest
import yaml

from tavern.testutils.pytesthook import YamlItem

from tavern.testutils.pytesthook.item import YamlItem

logging_initialised = False

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def run(self):
"pytest-cov",
"colorlog",
"mock",
"faker",
"pytest-remove-stale-bytecode"
]

Expand Down

0 comments on commit 7f54fec

Please sign in to comment.