Pytest in ros2
Hi,
I had never used pytest
for ros
before. I was looking for some examples of how to set up pytest
and use colcon test
to test it out. Inside setup.py
for the packages I see tests_require = ['pytest']
and also that pkg contains test
and resources
folder, but not sure how to use it. Some basic examples would be much appreciated.
Thanks in advance.