Skip to content

Commit

Permalink
Merge pull request pytest-dev#2009 from pytest-dev/RonnyPfannschmidt-…
Browse files Browse the repository at this point in the history
…patch-docs-remove-main-string

docs: remove mention of string args to main

closes pytest-dev#2008
  • Loading branch information
RonnyPfannschmidt committed Oct 18, 2016
2 parents de16149 + afc1e2b commit c0719a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/en/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0719a5

Please sign in to comment.