Rev-Registration icon indicating copy to clipboard operation
Rev-Registration copied to clipboard

Separate API tests into their own classes

Open rachelconn opened this issue 4 years ago • 0 comments

Since we have several distinct API routes, they should separated into their own classes so that they're more organized. They can stay in the api_tests file, and can inherit from APITests (which should just contain setUpTestData) to avoid calling setUpTestData multiple times.

rachelconn avatar Mar 12 '20 17:03 rachelconn