freechat/json-api/client-tests
shockrah 38ff0edd39 ! Massive test suite overhaul see details below !
Problem: the old test suite was extremely inflexible
This meant that making new tests took way too much time.

+ This new rework makes the new client's backend much thinner and less "magical"
With less magic going on we can pass way more data more easily to the actual
http-request engine making the convenience wrapper over top it much more flexible

Translating old tests to the new engine might take a while but for now the old
client codebase is completely deprecated and will no longer be used+updated
2021-04-21 17:22:16 -07:00
..
web ! Massive test suite overhaul see details below ! 2021-04-21 17:22:16 -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
client.py ! Massive test suite overhaul see details below ! 2021-04-21 17:22:16 -07:00
config.py ! Massive test suite overhaul see details below ! 2021-04-21 17:22:16 -07:00
main.py ! Massive test suite overhaul see details below ! 2021-04-21 17:22:16 -07:00
pyvenv.cfg Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
request.py ! Massive test suite overhaul see details below ! 2021-04-21 17:22:16 -07:00
requirements.txt Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00