Open ipa-kut opened 3 years ago
Knwon failed test (from https://github.com/ipa320/araig_test_stack/pull/58):
@ipa-kut Naming and placing test rule:
roslaunch pkg *.test
. I would suggest not to create .launch file. It is hard to maintain. @ipa-kut Naming and placing test rule:
* location of tests: "ros pkg"/tests/ * naming: test_"target".test * ".test" is quite similar to ".launch", you also can run `roslaunch pkg *.test`. I would suggest not to create .launch file. It is hard to maintain.
Agreed.
Test those that exist and make sure they all succeed,
Write those that do not.
For cases where there are test/xxx.test as well as launch/test_xxx.launch, convert the latter to the former if possible.