From 2cb23b1805d0a819424409ebdfa89aeca0bc8916 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Mon, 1 May 2017 17:49:13 +0200 Subject: [PATCH] #N/A: Fix docstring --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")