10000 Move test_args to tox.ini · danpalmer/github3.py@9119bb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9119bb3

Browse files
committed
Move test_args to tox.ini
1 parent 4715932 commit 9119bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
class PyTest(TestCommand):
4646
def finalize_options(self):
4747
TestCommand.finalize_options(self)
48-
self.test_args = ['-q', 'tests/']
48+
self.test_args = []
4949
self.test_suite = True
5050

5151
def run_tests(self):

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ commands =
1717
python setup.py test
1818

1919
[pytest]
20-
addopts = tests/
20+
addopts = -q tests/

0 commit comments

Comments
 (0)
0