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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,19 +43,19 @@ system link or `another facility <https://wiki.debian.org/DebianAlternatives>`_.
43
43
Running tests locally
44
44
---------------------
45
45
46
-
- Running unnittests ``(/tests)``:
46
+
- Running basic tests ``(/tests)``:
47
47
48
48
.. code:: bash
49
49
50
50
python setup.py test
51
51
52
-
- Running conformance tests:
52
+
- Running the entire suite of CWL conformance tests:
53
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.
54
+
The GitHub repostiory 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
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
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