Add first interation tests - #9
Merged
Merged
Conversation
beg0
force-pushed
the
dev-interation-tests
branch
5 times, most recently
from
July 19, 2026 16:34
238060c to
c7b48b1
Compare
beg0
force-pushed
the
dev-interation-tests
branch
6 times, most recently
from
August 1, 2026 09:41
c582815 to
19e16c1
Compare
beg0
force-pushed
the
dev-interation-tests
branch
from
August 13, 2026 04:50
19e16c1 to
abff817
Compare
In our integration tests, we will strongly rely on examples in telemac source tree
Test examples/telemac2d/gouttedo/t2d_gouttedo.cas from telemac sources
Test telemac2d.dico from telemac sources
beg0
force-pushed
the
dev-interation-tests
branch
from
August 13, 2026 05:13
abff817 to
39315f9
Compare
Fow now, only test the "--show" arguments
Be sure we have a cache, otherwise we will spend ages re-download everything
beg0
force-pushed
the
dev-interation-tests
branch
from
August 15, 2026 13:40
a8ae567 to
ae1f9b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR add the firsts integrations tests on:
sf-dumpcheck-configTo do integration tests, the telemac sources are downloaded (and cached) so that we can tests that free-surface is compatible with telemac sources.
This PR also run integration tests in C.I.