(self)
| 72 | self._compare("--no-true-bool", "true_bool", False) |
| 73 | |
| 74 | def namespaced_task(self): |
| 75 | self._compare_names("sub-coll.sub-task", "sub-coll.sub-task") |
| 76 | |
| 77 | def aliases(self): |
| 78 | self._compare_names("my-task27", "my-task2") |
nothing calls this directly
no test coverage detected