mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Introduce cancellation requests (#1627)
* Allow to adjust the cancellation fee without JS * Introduce cancellation requests * ignore→delete * Change a few things after Martin's review * Add a few tests
This commit is contained in:
@@ -69,6 +69,7 @@ def test_generate_pdf(env):
|
||||
pdf = PdfFileReader(BytesIO(buf))
|
||||
assert pdf.numPages == 2
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_generate_pdf_multi(env):
|
||||
event, order, shirt = env
|
||||
|
||||
Reference in New Issue
Block a user