Skip to content

Commit

Permalink
Ensure that e2e tests are run on all modules
Browse files Browse the repository at this point in the history
Change-Id: I173d10a1bf6d93c26517f3864732a515fb0d68fb
  • Loading branch information
AVMarkin committed Sep 20, 2024
1 parent e7307f7 commit 21e497f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
testspat = tests
pythonpath=app
2 changes: 1 addition & 1 deletion tests/end-to-end/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def prepare_configs(configs_path: str, dataset: str) -> None:
def run_app_reporting_pack(configs_path: str):
for config in sorted(pathlib.Path(configs_path).glob('*_prepared.yaml')):
command = (f'bash ../../app/run-local.sh -c {config} -q '
'-g $HOME/google-ads.yaml --modules core')
'-g $HOME/google-ads.yaml')
subprocess.run(command, shell=True, check=False)


Expand Down

0 comments on commit 21e497f

Please sign in to comment.