Skip to content

Commit 5c86617

Browse files
committed
Fix tests (2)
1 parent b484109 commit 5c86617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
REPO_ROOT = _dname(_dname(os.path.abspath(__file__)))
1212
os.chdir(os.path.join(REPO_ROOT))
1313

14-
tcmn = 'pytest -vv tests --cov=pubnub --ignore=tests/manual/'
14+
tcmn = 'py.test tests --cov=pubnub --ignore=tests/manual/'
1515
fcmn = 'flake8 --exclude=scripts/,src/,.cache,.git,.idea,.tox,._trial_temp/,venv/ --ignore F811,E402'
1616

1717

0 commit comments

Comments
 (0)