(self, table, columns, to)
| 171 | ) |
| 172 | |
| 173 | def assertFKNotExists(self, table, columns, to): |
| 174 | return self.assertFKExists(table, columns, to, False) |
| 175 | |
| 176 | def assertFormatterFailureCaught( |
| 177 | self, *args, module="migrations.test_migrations", **kwargs |
no test coverage detected