common-workflow-language / common-workflow-language/workflow-service
Tests with inputs, descriptors available via HTTP
Open
- Dominant language
- Python
- Stars
- 39
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
The workflow service can download workflow descriptions that provided as HTTP links. To properly test this surface we should host a workflow description via a [SimpleHTTPServer](https://docs.python.org/2/library/simplehttpserver.html) or similar.
This could also be used to test workflows that have inputs that must be downloaded/provisioned, by hosting the inputs needed to perform the test.
To close this add integration tests that show the different ways workflow descriptors can be provided (both HTTP and string).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.