Skip to content

Commit aac1404

Browse files
committed
Add cwltest installation instructions
No conda instructions for now, that package is out of date: bioconda/bioconda-recipes#30871
1 parent e4ebce6 commit aac1404

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONFORMANCE_TESTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
The conformance tests are intended to test feature coverage of a CWL
44
implementation. It uses the module cwltest from https://github.com/common-workflow-language/cwltest/.
55

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+
618
## Usage
719

820
```bash

0 commit comments

Comments
 (0)