Fixed error in 'Good Practices' code snippet
This commit is contained in:
parent
9b2753b302
commit
2a99d82c3b
|
@ -0,0 +1 @@
|
|||
Fixed minor error in 'Good Practices/Manual Integration' code snippet.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue