add v and rp arguments in run_pytest
This commit is contained in:
parent
9207d88176
commit
cde80e5110
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ class Runner:
|
||||||
def _run_pytest(self, test_name: str):
|
def _run_pytest(self, test_name: str):
|
||||||
pytest.main(
|
pytest.main(
|
||||||
[
|
[
|
||||||
|
"-v",
|
||||||
|
"-rp",
|
||||||
self.root_dir / self.test_dir_name / test_name,
|
self.root_dir / self.test_dir_name / test_name,
|
||||||
"--env_file_path",
|
"--env_file_path",
|
||||||
self.dotenv_path,
|
self.dotenv_path,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue