-
Notifications
You must be signed in to change notification settings - Fork 83
refactor(tests): templating for p2 tests #750
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
refactor(tests): templating for p2 tests #750
Conversation
7c466cc
to
5dbe122
Compare
This now looks so much better. Thank you! |
53a9d72
to
535b91b
Compare
f33c109
to
511fa5a
Compare
bc90a2f
to
a2e76a0
Compare
9b5d5cc
to
cd40236
Compare
15f9bb2
to
2648d44
Compare
Note: test generation was moved into particular platform CI test jobs because the paths in generated tests (after the changes in this PR) were absolute and not platform-independent. The idea was that it's better to have absolute paths in most places than relative ones that can make tests brittle, and since generating tests is much faster now (~10s -> ~2s), we can "just" generate them right before use on the appropriate platform. |
959c6b5
to
028f973
Compare
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
a762d6e
to
3810eec
Compare
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
3810eec
to
f18b4f1
Compare
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
There are a few changes in this PR, including:
Running the generation has gone from ~10 seconds to ~2 in local testing, and we've removed the dep on
wasm-tools
in the environment (not sure why it was there, given we have access towit-component
)