(self, wildcard)
| 660 | wildcard) |
| 661 | |
| 662 | def ignore(self, wildcard): |
| 663 | self.ignore_addition(wildcard) |
| 664 | self.ignore_removal(wildcard) |
| 665 | self.ignore_modification(wildcard) |
| 666 | self.ignore_touch(wildcard) |
| 667 | |
| 668 | def expect_nothing(self, names): |
| 669 | for name in self.adjust_names(names): |
no test coverage detected