hypothesis-bio

Hypothesis strategies for biological data


License
MIT
Install
pip install hypothesis-bio==0.1

Documentation

Build Status codecov

Hypothesis-bio

This module provides a Hypothesis strategy for generating biological data formats. This can be used to efficiently and thoroughly test your code.

Installation

This module can be installed via pip:

pip install hypothesis-bio

Development

Tests can be executed using tox: tox -e py37 runs all tests in a Python 3.7 environment.

There are also pre-commit files available, so you can run pre-commit install to add them to your repo. (These are enforced by CI)

See also

This module is based on Hypothesis-networkx, hypothesis-csv and hypothesis-jsonschema.