Thanks for your reply.
My first thought was also that I could call up the various tests via side-/sub-packages. However, I dont like the structure of my repository with too many sub-packages.
As a current workaround I call `pytest` instead of `colcon test` like:
python3 -m pytest my_pkg/test/integrationtest
If someone has another way to call the tests only from a subfolder please let me know!
↧