10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4715932 commit 9119bb3Copy full SHA for 9119bb3
setup.py
@@ -45,7 +45,7 @@
45
class PyTest(TestCommand):
46
def finalize_options(self):
47
TestCommand.finalize_options(self)
48
- self.test_args = ['-q', 'tests/']
+ self.test_args = []
49
self.test_suite = True
50
51
def run_tests(self):
tox.ini
@@ -17,4 +17,4 @@ commands =
17
python setup.py test
18
19
[pytest]
20
-addopts = tests/
+addopts = -q tests/
0 commit comments