calpoly-csai / api

Official API for the NIMBUS Voice Assistant accessible via HTTP REST protocol.
https://nimbus.api.calpolycsai.com/
GNU General Public License v3.0
9 stars 4 forks source link

Adds some tests with pytest && fixes a json.loads bug #80

Closed mfekadu closed 4 years ago

mfekadu commented 4 years ago

What's New?

tests

Type of change (pick-one)

How Has This Been Tested?

I wrote tests into the /tests/ directory

Checklist (check-all-before-merge)

formatting help: - [x] means "checked' and - [ ] means "unchecked"

cameron-toy commented 4 years ago

Nice tests and good catch on the json.loads bug.