fixed renaming issue with sessionid to session_id
This commit is contained in:
parent
f67547faa6
commit
4d21314798
8 changed files with 312 additions and 225 deletions
|
@ -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"
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue