mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-06-05 05:35:16 -04:00
reorganization of tests (1 route per file), add some basic tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def test_api_get_frontend_settings(client):
|
||||
response = client.get("/frontend/settings")
|
||||
|
||||
assert response.status_code == 200
|
||||
Reference in New Issue
Block a user