chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Move test runner to py.test and convert the asserts too #126

Open auvipy opened 8 years ago

auvipy commented 8 years ago
  1. get rid of django.test and use pytest-django
  2. Use django REST assured instead of drf tests
  3. Get rid of nose
SerhiyRomanov commented 5 years ago

Any progress with this?

auvipy commented 5 years ago

when time permits! thanks for the ping!