Fixed error in 'Good Practices' code snippet

This commit is contained in:
Antonio Hidalgo 2017-08-16 00:26:14 +02:00
parent 9b2753b302
commit 2a99d82c3b
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