mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 11:52:17 +00:00
more poking
This commit is contained in:
@@ -25,6 +25,15 @@ def ra(basic_event, admin_user):
|
||||
ra.delete()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def medium_ra(ra):
|
||||
ra.big_power = True
|
||||
ra.save()
|
||||
yield ra
|
||||
ra.big_power = False
|
||||
ra.save()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def venue(db):
|
||||
venue = models.Venue.objects.create(name="Venue 1")
|
||||
|
||||
Reference in New Issue
Block a user