mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-23 17:41:00 +00:00
reorganization of tests (1 route per file), add some basic tests
This commit is contained in:
parent
00a6039289
commit
0874dc062e
6 changed files with 64 additions and 15 deletions
4
tests/test_api/test_api_frontend_settings.py
Normal file
4
tests/test_api/test_api_frontend_settings.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def test_api_get_frontend_settings(client):
|
||||
response = client.get("/frontend/settings")
|
||||
|
||||
assert response.status_code == 200
|
Loading…
Add table
Add a link
Reference in a new issue