Skip to content

Commit

Permalink
Neptune client tests moved to tests subdirectory (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Dec 6, 2022
1 parent 25c4f6a commit 2f04fba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configs/neptune-ai/lightning_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,7 +32,7 @@ dependencies:

testing:
dirs:
- e2e_tests
- tests/e2e
# OPTIONAL, additional pytest arguments
pytest_args: -m lightning

Expand Down

0 comments on commit 2f04fba

Please sign in to comment.