We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ebce6 commit aac1404Copy full SHA for aac1404
CONFORMANCE_TESTS.md
@@ -3,6 +3,18 @@
3
The conformance tests are intended to test feature coverage of a CWL
4
implementation. It uses the module cwltest from https://github.com/common-workflow-language/cwltest/.
5
6
+## Pre-requisites
7
+
8
+You will need both the `cwltest` Python package and the CWL runner you would like to test installed.
9
10
+Installing the `cwltest` Python package using a virtualenv:
11
12
+```
13
+$ python3 -m venv cwltest_env
14
+$ source cwltest_env/bin/activate
15
+$ pip install cwltest
16
17
18
## Usage
19
20
```bash
0 commit comments