Remove tests.signals module

This module was support code for the `SaveSignalHandlingModel` tests.
That class got introduced in 5d6f8f4e and removed in 11f3a53b, but
the support code remained.
This commit is contained in:
Maarten ter Huurne 2024-03-22 17:52:04 +01:00
parent 1e481c4a45
commit 6f16488ef3

View file

@ -1,6 +0,0 @@
def pre_save_test(instance, *args, **kwargs):
instance.pre_save_runned = True
def post_save_test(instance, created, *args, **kwargs):
instance.post_save_runned = True