Expanding the SRW Testing Framework #816
Replies: 3 comments 1 reply
-
One more came up in today's SRW CM Meeting. Automation of creating standalone wrapper scripts alongside appropriate unit tests and perhaps even WE2E tests, although it's not clear how we might best drive those wrapper-based WE2E tests. |
Beta Was this translation helpful? Give feedback.
-
Here are a couple of things that come to my mind in regards to SRW testing:
|
Beta Was this translation helpful? Give feedback.
-
I just thought of a cheap way to do a basic "smoke test" of the workflow generation on all platforms. In some updates earlier this year I introduced the flag |
Beta Was this translation helpful? Give feedback.
-
Let's start gathering ideas for better ways to test SRW beyond Workflow End-to-end (WE2E) tests. Please feel free to add any scope or size of test here that you think we need. Even if you don't know how to test a given thing, contribute stories about how you've seen things break that were important for your work.
Here's a list of some areas that have come up in conversation:
retrieve_data.py
script is needed. Also one that doesn't fail if there is missing data. This could include mocking URLs to tests "pulling data" separately from finding known data locations.Beta Was this translation helpful? Give feedback.
All reactions