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
This commit is contained in:
Ronny Pfannschmidt 2016-10-18 17:21:40 +02:00 committed by GitHub
parent de1614923f
commit afc1e2b0e1
1 changed files with 0 additions and 4 deletions

View File

@ -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