Merge pull request #2009 from pytest-dev/RonnyPfannschmidt-patch-docs-remove-main-string

docs: remove mention of string args to main

closes #2008
This commit is contained in:
Ronny Pfannschmidt 2016-10-18 17:52:15 +02:00 committed by GitHub
commit c0719a5b4c
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