https://github.com/fkromer/hypothesis-ros
Data generators for Property Based Testing and Fuzzy Testing of ROS1 nodes.
https://github.com/fkromer/hypothesis-ros
Last synced: 5 months ago
JSON representation
Data generators for Property Based Testing and Fuzzy Testing of ROS1 nodes.
- Host: GitHub
- URL: https://github.com/fkromer/hypothesis-ros
- Owner: fkromer
- License: apache-2.0
- Archived: true
- Created: 2018-04-02T19:54:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T18:00:09.000Z (over 5 years ago)
- Last Synced: 2024-10-08T11:26:31.726Z (6 months ago)
- Language: Python
- Homepage: https://hypothesis-ros.readthedocs.io
- Size: 158 KB
- Stars: 15
- Watchers: 5
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ros-tools - hypothesis-ros - data generators for Property Based Testing and Fuzzy Testing of ROS nodes (Unmantained!)  (Code Testing / Extracting data)
README
# hypothesis-ros
[](https://travis-ci.org/ros-testing/hypothesis-ros)
[](https://coveralls.io/github/ros-testing/hypothesis-ros?branch=master)
[](https://codecov.io/gh/ros-testing/hypothesis-ros)
[](https://codeclimate.com/github/ros-testing/hypothesis-ros/test_coverage)
[](https://codeclimate.com/github/ros-testing/hypothesis-ros/maintainability)
[](https://www.codacy.com/project/fkromer/hypothesis-ros/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ros-testing/hypothesis-ros&utm_campaign=Badge_Grade_Dashboard)
[](https://badge.fury.io/py/hypothesis-ros)
[](https://requires.io/github/ros-testing/hypothesis-ros/requirements/?branch=master)
[](http://hypothesis-ros.readthedocs.io/)
[](https://github.com/fkromer/hypothesis-ros/blob/master/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](https://github.com/aliasrobotics/ros1_fuzzer) instead.## Installation
❯ pip install hypothesis-ros
## Documentation
Refer to the documentation on [hypothesis-ros.readthedocs.io](https://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.?
(documentation of strategies, etc.)