freechat/json-api/client-tests
shockrah b289f5c811 * Fixing /badge/update/name parameters for basic test
Basically we weren't sending the right data to prompt a 200 response

!!! the /badge/delete test is breaking previous tests idk why
Even though this test comes close to last it still manages to break
the tests that come before it. The problem may lie with the fact that
because its a much faster route by design that its e2e latency btfo's
the routes before it, allowing it to finish before they do.
This likely causes a race condition.
2021-06-07 23:53:49 -07:00
..
__init__.py Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
.ycm_extra_conf.py +Adding new tests for /members/me/nickname 2021-02-21 18:52:35 -08:00
config.py ! This merge denotes the MVP completion for the backend decentralization endpoints 2021-05-12 14:27:34 -07:00
main.py * Fixing /badge/update/name parameters for basic test 2021-06-07 23:53:49 -07:00
pyvenv.cfg Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
request.py * Fixed issue where put requests weren't firing with the optional body parameter 2021-05-12 13:02:42 -07:00
requirements.txt Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00