diff --git a/tests/conftest.py b/tests/conftest.py index ce4d23c..b3525f4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,7 +7,7 @@ shells.shell = shells.Generic() def pytest_addoption(parser): - """Adds `--run-without-docker` argument.""" + """Adds `--enable-functional` argument.""" group = parser.getgroup("thefuck") group.addoption('--enable-functional', action="store_true", default=False, help="Enable functional tests")