mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
b849d1cfa7
* Export alias in csv * reformating * template * Improved contributing script and doc * Updated test * removed csv export from GDPR export archive * added test for new route * fix trailing space * moved test to new utils file
6 lines
150 B
Python
6 lines
150 B
Python
from tests.utils_test_alias import alias_export
|
|
|
|
|
|
def test_alias_export(flask_client):
|
|
alias_export(flask_client, "dashboard.alias_export_route")
|