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: adapting the test to the new release #86

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Conversation

uriii3
Copy link
Collaborator

@uriii3 uriii3 commented Jun 27, 2024

With the latest release of the Marine Data Store, the tests needed to be updated. Maybe we could find a way to better standardise the procedure.

@uriii3 uriii3 requested a review from renaudjester June 27, 2024 08:56
Comment on lines 14 to 19
self.output = execute_in_terminal(self.command, input=b"n\n")

assert (
b"s3://mdl-native-01/native/INSITU_GLO_PHYBGCWAV_DISCRETE_MYNRT_013_030"
b"/cmems_obs-ins_glo_phybgcwav_mynrt_na_irr_202311/index_reference.txt"
in self.output.stdout
not in self.output.stdout
Copy link
Collaborator

Choose a reason for hiding this comment

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

This we should either get rid of the test or find another example, because with the "not in" we are not testing anything

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, cool, I see your point!

@renaudjester renaudjester merged commit 14265a8 into main Jun 28, 2024
2 checks passed
@renaudjester renaudjester deleted the upgrading-tests branch June 28, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants