You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,23 @@ Remember, if co-installing multiple CWL implementations then you need to
40
40
maintain which implementation ``cwl-runner`` points to via a symbolic file
41
41
system link or `another facility <https://wiki.debian.org/DebianAlternatives>`_.
42
42
43
+
Running tests locally
44
+
---------------------
45
+
46
+
- Running basic tests ``(/tests)``:
47
+
48
+
.. code:: bash
49
+
50
+
python setup.py test
51
+
52
+
- Running the entire suite of CWL conformance tests:
53
+
54
+
The GitHub repository for the CWL specifications contains a script that tests a CWL
55
+
implementation against a wide array of valid CWL files using the `cwltest <https://github.com/common-workflow-language/cwltest>`_
56
+
program
57
+
58
+
Instructions for running these tests can be found in the Common Workflow Language Specification repository at https://github.com/common-workflow-language/common-workflow-language/blob/master/CONFORMANCE_TESTS.md
0 commit comments