Skip to main content

Common Workflow Language testing framework

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.6, 3.7, 3.8, and 3.9

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 && python setup.py 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.2.20220521103021.tar.gz (58.8 kB view details)

Uploaded Source

Built Distribution

cwltest-2.2.20220521103021-py3-none-any.whl (24.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cwltest-2.2.20220521103021.tar.gz
  • Upload date:
  • Size: 58.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for cwltest-2.2.20220521103021.tar.gz
Algorithm Hash digest
SHA256 57ff03467a150140f7ea5662e8265d016f3e75481fe047b6a3dbdfc022cbc889
MD5 b31d216278a8ff2702ba1f44b472bd82
BLAKE2b-256 9ecef5e0f99fbe55cee33c0994a5ed8d7de683f3cc1d23abbdaa28e2507076de

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cwltest-2.2.20220521103021-py3-none-any.whl
Algorithm Hash digest
SHA256 7ea58ef7d7eb3edc1c097f188bc2169b3fa40d189551a834138d039857c10851
MD5 ae4b435581120ec0e690ba3e91bce626
BLAKE2b-256 e9efce6df0ab68a6f128fdcc77280a3fbe2666fdb332c8aa68a7fc66244fa8bc

See more details on using hashes here.

Provenance

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