Metadata-Version: 2.0
Name: cwltest
Version: 1.0.20161111155652
Summary: Common workflow language testing framework
Home-page: https://github.com/common-workflow-language/cwltest
Author: Common workflow language working group
Author-email: common-workflow-language@googlegroups.com
License: Apache 2.0
Download-URL: https://github.com/common-workflow-language/cwltest
Platform: UNKNOWN
Requires-Dist: schema-salad (>=1.14)
Requires-Dist: typing (>=3.5.2)
Requires-Dist: futures (>=3.0.5); python_version == "2.7"

==========================================
Common workflow language testing framework
==========================================

This is a testing tool for checking the output of Tools and Workflows described
with the Common Workflow Language.  Among other uses, it is used to run the CWL
conformance tests.

This is written and tested for Python 2.7.

Install
-------

Installing the official package from PyPi::

  pip install cwltest

Or from source::

  git clone https://github.com/common-workflow-language/cwltest.git
  cd cwltest && python setup.py install

Run on the command line
-----------------------

Simple command::

  cwltest --test test-descriptions.yml --tool cwl-runner


