Merge pull request #2691 from anhiga/trivial_error

Fixed error in 'Good Practices' code snippet
This commit is contained in:
Ronny Pfannschmidt 2017-08-16 09:50:32 +02:00 committed by GitHub
commit 806d47b4d4
2 changed files with 2 additions and 1 deletions

1
changelog/2691.trivial Normal file
View File

@ -0,0 +1 @@
Fixed minor error in 'Good Practices/Manual Integration' code snippet.

View File

@ -267,7 +267,7 @@ your own setuptools Test command for invoking pytest.
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args = []
self.pytest_args = ''
def run_tests(self):
import shlex