Rev-Registration
Rev-Registration copied to clipboard
Separate API tests into their own classes
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.