(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") |
| 85 | |
| 86 | def boolean_args(self): |
| 87 | "my-task --boolean" |
nothing calls this directly
no test coverage detected