Small docstring cleanup.

This commit is contained in:
Florian Bruhin 2015-04-09 06:42:34 +02:00
parent d375ddebea
commit 343a091aee

View File

@ -79,7 +79,8 @@ def fake_keyevent_factory():
def pytest_collection_modifyitems(items):
"""
"""Automatically add a 'gui' marker to all gui-related tests.
pytest hook called after collection has been performed, adds a marker
named "gui" which can be used to filter gui tests from the command line.
For example: