Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add script to run end-to-end tests TDE-820 #613

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

paulfouquet
Copy link
Collaborator

This script can be run with Poetry poetry run e2e -t [data_type]
Data types are: aerial, historical, elevation or all

@paulfouquet paulfouquet marked this pull request as ready for review August 18, 2023 03:33
@paulfouquet paulfouquet requested a review from a team as a code owner August 18, 2023 03:33
MDavidson17
MDavidson17 previously approved these changes Aug 27, 2023
amfage
amfage previously approved these changes Aug 28, 2023
@paulfouquet paulfouquet dismissed stale reviews from amfage and MDavidson17 via f2aada9 August 29, 2023 01:36
amfage
amfage previously approved these changes Aug 29, 2023
@@ -12,13 +12,13 @@ WORKDIR /app
# Add Poetry config
COPY poetry.lock pyproject.toml /app/

# Copy Python scripts
COPY ./scripts/ /app/scripts/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to .gitignore all the tests directories from this copy, and instead mount them when necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants