freechat/json-api/client-tests
shockrah e94c720332 + More comprehensive testing on /neighbor/update
The cases that actually matter should be covered now so I'm confident with this
endpoint's behavior
! A preliminary db::neighbors::get is done to cover the 404 case
Basically if a bad url is used in the request we should 404 the update as there
won't be anything relevant to update
2021-05-12 13:05:52 -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 * Changin public_url & public_ws_url to shorter url & wsurl respectively 2021-05-09 23:08:55 -07:00
main.py + More comprehensive testing on /neighbor/update 2021-05-12 13:05:52 -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