mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
add missing simple test file for generating a qr code
This commit is contained in:
8
tests/online/test_0_qr.py
Normal file
8
tests/online/test_0_qr.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
from deploy_chatmail.genqr import gen_qr_png_data
|
||||||
|
|
||||||
|
|
||||||
|
def test_gen_qr_png_data(maildomain):
|
||||||
|
data = gen_qr_png_data(maildomain)
|
||||||
|
assert data
|
||||||
Reference in New Issue
Block a user