Add new-line at the end of conftest.py

This commit is contained in:
Bruno Oliveira 2015-04-08 19:16:45 -03:00
parent 894a2a4e7b
commit d375ddebea

View File

@ -96,4 +96,4 @@ def pytest_collection_modifyitems(items):
"""
for item in items:
if 'qtbot' in item.fixturenames:
item.add_marker('gui')
item.add_marker('gui')