mercredi 17 mars 2021

Integration testing DRF

I'm using Django with DRF as just an API--it doesn't serve any FE assets of any kind. I know the Django testing suite is built on the Python native unittest library and plan on using it for unit testing.

  • When it comes to integration testing, is it sufficient or should something like Behave be used?
  • If unittest is sufficient, should it be used in conjunction with some kind of faker?

Aucun commentaire:

Enregistrer un commentaire