BrewCenter / BrewCenterAPI

An open source api for managing homebrewing related data.
32 stars 11 forks source link

Add unit tests for beer style views #60

Closed MichaelWashburnJr closed 3 years ago

pjwarner commented 7 years ago

Do you have a preference for the Unit Testing framework? This is something I think I could help with.

edjroz commented 7 years ago

I also want to help on this issue

TheArtOfPour commented 7 years ago

In addition to (or in lieu of) unit tests it might be useful having functional, end-to-end api tests. How does everyone feel about using the built-in django rest framework tests?

MichaelWashburnJr commented 7 years ago

I would prefer to have both unit tests and end-to-end tests. I like the DRF test framework. It's not always necessary on a unit test level, but works great for E2E tests.