selfprivacy-rest-api/tests
Inex Code c6919293b6 refactor(api): Group mutations
I've learned that there is no problem in grouping mutations like we do with queries.
This is a big mistake from my side, now we have legacy not so conveniently placed endpoints.
I've grouped all mutations, left the copies of old ones flattened in the root for backwards compatibility.
We will migrate to mutation groups on client side, and backups now only use grouped mutations.
Tests are updated.
2023-06-21 06:46:56 +03:00
..
data feature(backups): load from json 2023-05-17 20:27:41 +00:00
test_block_device_utils migrate backblaze settings to new json format 2022-11-02 13:52:33 +00:00
test_graphql refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_rest_endpoints fix(dns-records): Fix DKIM parser 2023-01-16 18:41:54 +03:00
__init__.py First wave of unit tests, and bugfixes caused by them 2021-11-29 22:16:08 +03:00
common.py fix(backups): register queries 2023-06-14 10:16:53 +00:00
conftest.py feature(backups): load from json 2023-05-17 20:27:41 +00:00
test_block_device_utils.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
test_common.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
test_jobs.py Jobs: test get_job() return values 2022-11-30 17:26:38 +00:00
test_model_storage.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
test_models.py fix(tokens-repo): properly expire new device keys 2022-12-26 14:01:36 +00:00
test_network_utils.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
test_services.py test(services): test derivation of foldermoves 2023-05-17 20:27:42 +00:00