Split the API test suite into per-module tests.
Review Request #10462 — Created March 21, 2019 and submitted
The API tests were getting a bit unwieldy, and we wanted to make room
for future growth. To help prepare for this, this change splits up the
singletests.py
file into a series of files under
rbtools/api/tests/
.These tests do not currently live up to our naming, docstring, and
organizational standards. Those will be addressed in another change.
Unit tests pass.