mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Adding a bunch of Unit Tests
This commit is contained in:
9
src/tixlplugins/testdummy/signals.py
Normal file
9
src/tixlplugins/testdummy/signals.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.dispatch import receiver
|
||||
|
||||
from tixlbase.signals import determine_availability
|
||||
|
||||
|
||||
@receiver(determine_availability)
|
||||
def availability_handler(sender, **kwargs):
|
||||
kwargs['sender'] = sender
|
||||
return kwargs
|
||||
Reference in New Issue
Block a user