Commit Graph

22 Commits

Author SHA1 Message Date
Luna de4c5a5e75 remove unused import 2021-09-05 15:56:04 -03:00
Luna 60e21a1733 tests: use test guild resource for admin api test_guilds 2021-09-05 15:55:20 -03:00
Luna ddf27ace1a tests: add test_find_single_user with test resources 2021-09-05 14:05:11 -03:00
Luna 22f5af9887 tests: attempt to fix flakey tests 2021-07-09 22:20:45 -03:00
Luna 9293803e11 tests: attempt to fix flakey test 2021-07-09 18:50:32 -03:00
Luna 87f77e65f1 test_guilds: hotfix for missing app 2021-06-30 22:33:38 -03:00
Luna 9567bf0a85 admin_api.voice: refresh lvsp regions on insert
closes #76
2020-01-29 19:52:44 +00:00
Luna 2780ca4175 guilds: remove app_ param from delete_guild() 2019-10-25 10:24:20 -03:00
Luna 83a1c1ae29 black fmt pass 2019-10-25 07:27:50 -03:00
Luna 74c03f7dfa fix tests 2019-07-21 12:58:51 -03:00
Luna 30902d6e8f update many tests to the new TestClient fixture 2019-07-21 12:51:40 -03:00
Luna 23c7ac2c34 test_admin_api.test_users: properly delete test users 2019-05-10 17:27:54 -03:00
Luna eeaec19b2f test_admin_api.test_guilds: add another check for unavailable guild 2019-04-22 03:51:39 -03:00
Luna daee044a4f admin_api.guilds: make get guild route raise GuildNotFound
before it was returning 200 but with a `null` inside, I don't think
that's reasonable API design.

 - test_admin_api/test_guilds: add checks for GuildNotFound error code
2019-04-22 02:41:24 -03:00
Luna 4142baa84b test_admin_api/test_guilds: add test_guild_delete 2019-04-22 02:37:29 -03:00
Luna a6ecc84b9f test_admin_api/test_guilds: add test_guild_update
- docs/admin_api.md: add note on unavailable guild object being
 returned
2019-04-22 02:17:51 -03:00
Luna d8b889c1a9 add tests/test_admin_api/test_guilds.py
- guilds: decouple endpoint logic into a delete_guild() function
2019-04-22 02:13:53 -03:00
Luna e65db52c62 test_admin_api/test_users: add impl for test_user_update 2019-04-22 01:27:43 -03:00
Luna 644d755332 test_admin_api/test_users: decouple user creation and deletion
- remove hardcoding of 'big_girl' username on test_list_users
2019-04-22 01:11:34 -03:00
Luna 169d22ad72 test_admin_api.test_users: add impl for test_create_delete
- admin_api.users: fix bug
2019-03-16 20:31:28 -03:00
Luna 2dda7c1bf9 add tests.test_admin_api.test_users 2019-03-16 19:17:12 -03:00
Luna ddb56891d1 add tests.test_admin_api.test_instance_invites
- admin_api.instance_invites: fixes
2019-03-16 17:38:22 -03:00