mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 12:58:33 +00:00
#N/A: Fix docstring
This commit is contained in:
parent
33f28cf76d
commit
2cb23b1805
@ -7,7 +7,7 @@ shells.shell = shells.Generic()
|
|||||||
|
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
"""Adds `--run-without-docker` argument."""
|
"""Adds `--enable-functional` argument."""
|
||||||
group = parser.getgroup("thefuck")
|
group = parser.getgroup("thefuck")
|
||||||
group.addoption('--enable-functional', action="store_true", default=False,
|
group.addoption('--enable-functional', action="store_true", default=False,
|
||||||
help="Enable functional tests")
|
help="Enable functional tests")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user