fkromer / hypothesis-ros

Data generators for Property Based Testing and Fuzzy Testing of ROS1 nodes.
https://hypothesis-ros.readthedocs.io
Apache License 2.0
15 stars 4 forks source link

Add documentation about pytest integration #31

Open fkromer opened 6 years ago

fkromer commented 6 years ago

Some current limitations of pytest w.r.t. integration with hypothesis and workarounds (e.g. need for use of pytest-subtesthack) should be mentioned as well. The test runtime can be quite long. To improve test runtime the possibility of distribiuted testing using pytest-xdist should be mentioned.