Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 2.3 KB

README.md

File metadata and controls

34 lines (25 loc) · 2.3 KB

hypothesis-ros

Build Status Coverage Status codecov Test Coverage Maintainability Codacy Badge PyPI version Requirements Status Read the Docs GitHub license

Data generators for Property Based Testing and Fuzzy Testing of ROS1 nodes.

Project status

This repository is unmaintained and has been archived. Refer to ros1_fuzzer instead.

Installation

❯ pip install hypothesis-ros

Documentation

Refer to the documentation on hypothesis-ros.readthedocs.io, consult the interactive help in your IDE or the help in your interactive Python session:

❯ ipython
In [1]: from hypothesis_ros import message_fields
In [2]: message_fields?
(module documentation)
In [3]: message_fields.<TAB-replacement>?
(documentation of strategies, etc.)