sea-bass / pyrobosim

ROS 2 enabled 2D mobile robot simulator for behavior prototyping.
https://pyrobosim.readthedocs.io/
MIT License
245 stars 39 forks source link

Add unit tests for `TaskAction.__repr__` method #189

Closed sea-bass closed 4 months ago

sea-bass commented 4 months ago

The __repr__ method of the TaskAction object, shown here, is bringing down the coverage quite considerably.

This should be a relatively easy test to get together, though it might be tedious to cover all the cases.

Would appreciate a hand here!