swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

Change testing framework to Chakram #55

Closed Armagetron closed 7 years ago

Armagetron commented 7 years ago

As mentioned in #40 frisby seems to be broken. Therefore we will migrate to Chakram as our testing framework.

m273d15 commented 7 years ago

We started to use the Django testing tools. Therefore we can write tests in python: https://docs.djangoproject.com/en/1.11/topics/testing/tools/

Armagetron commented 7 years ago

See #56 .