fixed renaming issue with sessionid to session_id

This commit is contained in:
Blake J. Harnden 2017-08-02 12:25:57 -07:00
parent f67547faa6
commit 4d21314798
8 changed files with 312 additions and 225 deletions

View file

@ -1,9 +1,12 @@
import sys
import pytest
distributed = sys.argv[1]
pytest.main([
"-v",
"--cov-report",
"xml",
"--distributed", distributed,
"--cov-report", "xml",
"--cov=.",
"tests"
])