Skip to content

Commit ca1c3e6

Browse files
committed
README.rst: add instructions to run test
1 parent d0f9d40 commit ca1c3e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@ Remember, if co-installing multiple CWL implementations then you need to
4040
maintain which implementation ``cwl-runner`` points to via a symbolic file
4141
system link or `another facility <https://wiki.debian.org/DebianAlternatives>`_.
4242

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
59+
4360
Run on the command line
4461
-----------------------
4562

0 commit comments

Comments
 (0)