Skip to content

aliasrobotics/hypothesis-ros

 
 

Repository files navigation

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.

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.)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%