mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-14 15:12:48 +01:00
7 lines
158 B
Python
7 lines
158 B
Python
|
"""Test files regarding uploading."""
|
||
|
|
||
|
|
||
|
def test_upload(upload_file):
|
||
|
"""Test file upload and creates URL."""
|
||
|
assert upload_file.file_url is not None
|