(self)
| 9 | |
| 10 | class MockQuerySet(list): # type: ignore[type-arg] |
| 11 | def exists(self) -> bool: |
| 12 | return self.__len__() > 0 |
| 13 | |
| 14 | |
| 15 | def test_rollbackmigrationsappliedafter__valid_date_with_migrations__rolls_back_correctly( |
no outgoing calls
no test coverage detected