We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b484109 commit 5c86617Copy full SHA for 5c86617
1 file changed
scripts/run-tests.py
@@ -11,7 +11,7 @@
11
REPO_ROOT = _dname(_dname(os.path.abspath(__file__)))
12
os.chdir(os.path.join(REPO_ROOT))
13
14
-tcmn = 'pytest -vv tests --cov=pubnub --ignore=tests/manual/'
+tcmn = 'py.test tests --cov=pubnub --ignore=tests/manual/'
15
fcmn = 'flake8 --exclude=scripts/,src/,.cache,.git,.idea,.tox,._trial_temp/,venv/ --ignore F811,E402'
16
17
0 commit comments