summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-10-18 17:21:40 +0200
committerGitHub <noreply@github.com>2016-10-18 17:21:40 +0200
commitafc1e2b0e1cc67c33fcadbb9f83bed56c17d184a (patch)
tree1c5c818765b67dc7acb43509fd1e2f39cd4597af
parentde1614923f02b25603cdea06bd9e25562bddd2f9 (diff)
downloadpytest-afc1e2b0e1cc67c33fcadbb9f83bed56c17d184a.tar.gz
docs: remove mention of string args to main
fixes #2008 string args got deprecated due to the insane amount of edge-cases wrt splitting on windows vs posix
-rw-r--r--doc/en/usage.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/en/usage.rst b/doc/en/usage.rst
index f87e1496d..ef63a8e06 100644
--- a/doc/en/usage.rst
+++ b/doc/en/usage.rst
@@ -310,10 +310,6 @@ You can pass in options and arguments::
pytest.main(['-x', 'mytestdir'])
-or pass in a string::
-
- pytest.main("-x mytestdir")
-
You can specify additional plugins to ``pytest.main``::
# content of myinvoke.py