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 unnittests ``(/tests)``:
47
+
48
+
.. code:: bash
49
+
50
+
python setup.py test
51
+
52
+
- Running conformance tests:
53
+
54
+
The conformance tests are intended to test feature coverage of a CWL
55
+
implementation. It uses the module “cwltool.cwltest” from the cwltool
56
+
reference implementation.
57
+
58
+
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