(self)
| 78 | self._compare_names("my-task27", "my-task2") |
| 79 | |
| 80 | def subcollection_aliases(self): |
| 81 | self._compare_names("sub-coll.other", "sub-coll.sub-task") |
| 82 | |
| 83 | def subcollection_default_tasks(self): |
| 84 | self._compare_names("sub-coll", "sub-coll.sub-task") |
nothing calls this directly
no test coverage detected