Skip to main content

Common Workflow Language testing framework

Reason this release was yanked:

regression https://github.com/common-workflow-language/cwltest/issues/216

Project description

Linux Build Status Code coverage

PyPI: PyPI Version PyPI Downloads Month Total PyPI Downloads

Conda: Conda Version Conda Installs

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 3.8, 3.9, 3.10, 3.11, and 3.12.

Install

Installing the official package from PyPi

pip install cwltest

Or from bioconda

conda install -c bioconda cwltest

Or from source

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

Run on the command line

Simple command:

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

Generate conformance badges using cwltest

To make badges that show the results of the conformance test, you can generate JSON files for https://badgen.net by using –badgedir option

To generate JSON files:

cwltest --test test-descriptions.yml --tool cwl-runner --badgedir badges
...
$ cat badges/command_line_tool.json | jq .
{
  "subject": "command_line_tool",
  "status": "100%",
  "color": "green"
}

Once you upload JSON file to a server, you make a badge by using a link like https://badgen.net/https/path/to/generated/json or https://flat.badgen.net/https/path/to/generated/json (for flat badges).

Here is an example of markdown to add a badge:

![test result](https://flat.badgen.net/https/path/to/generated/json?icon=commonwl)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cwltest-2.5.20240709060407.tar.gz (70.4 kB view details)

Uploaded Source

Built Distribution

cwltest-2.5.20240709060407-py3-none-any.whl (45.6 kB view details)

Uploaded Python 3

File details

Details for the file cwltest-2.5.20240709060407.tar.gz.

File metadata

  • Download URL: cwltest-2.5.20240709060407.tar.gz
  • Upload date:
  • Size: 70.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for cwltest-2.5.20240709060407.tar.gz
Algorithm Hash digest
SHA256 e2d9b72bf166348110ffba629c40c639c1e02b9cd33bfb759ce5bfc97e740a47
MD5 1943093b31c27a19d867f977da88331b
BLAKE2b-256 62a99d76d1f67401fe3f9588083febad1c5d95c18776b76c339060f0e7b2d78c

See more details on using hashes here.

File details

Details for the file cwltest-2.5.20240709060407-py3-none-any.whl.

File metadata

File hashes

Hashes for cwltest-2.5.20240709060407-py3-none-any.whl
Algorithm Hash digest
SHA256 6e490f949a15e5461528f82c6b9ef78ec008c8d925528cb03b25b2458117ce26
MD5 cb162122765128e61ddaeded3d08343d
BLAKE2b-256 259aa869ebe4334a2a39c7f451d41092f6f596980143f9915c1314d640360c1f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page