Skip to content

Commit 1c3b645

Browse files
authored
clarify conformance tests
1 parent db2850a commit 1c3b645

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ system link or `another facility <https://wiki.debian.org/DebianAlternatives>`_.
4343
Running tests locally
4444
---------------------
4545

46-
- Running unnittests ``(/tests)``:
46+
- Running basic tests ``(/tests)``:
4747

4848
.. code:: bash
4949
5050
python setup.py test
5151
52-
- Running conformance tests:
52+
- Running the entire suite of CWL conformance tests:
5353

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
5757

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
5959

6060
Run on the command line
6161
-----------------------

0 commit comments

Comments
 (0)