diff --git a/configs/neptune-ai/lightning_integration.yaml b/configs/neptune-ai/lightning_integration.yaml index dfa1af96..27fcf1c4 100644 --- a/configs/neptune-ai/lightning_integration.yaml +++ b/configs/neptune-ai/lightning_integration.yaml @@ -4,13 +4,13 @@ target_repository: checkout: master # copy some test from the target repository copy_tests: - - e2e_tests/integrations/__init__.py - - e2e_tests/integrations/test_lightning.py - - e2e_tests/conftest.py - - e2e_tests/base.py - - e2e_tests/utils.py - - e2e_tests/exceptions.py - - e2e_tests/pytest.ini + - tests/e2e/integrations/__init__.py + - tests/e2e/integrations/test_lightning.py + - tests/e2e/conftest.py + - tests/e2e/base.py + - tests/e2e/utils.py + - tests/e2e/exceptions.py + - tests/e2e/pytest.ini contact: slack: @@ -32,7 +32,7 @@ dependencies: testing: dirs: - - e2e_tests + - tests/e2e # OPTIONAL, additional pytest arguments pytest_args: -m lightning