new test framework #1
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ class Runner:
|
|||
def _run_pytest(self, test_name: str):
|
||||
pytest.main(
|
||||
[
|
||||
"-v",
|
||||
"-rp",
|
||||
self.root_dir / self.test_dir_name / test_name,
|
||||
"--env_file_path",
|
||||
self.dotenv_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue