Split the API test suite into per-module tests.

Review Request #10462 — Created March 21, 2019 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

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
single tests.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.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Split the API test suite into per-module tests.
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 single `tests.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.
cf2448f1310f496f5ee68cb3e78fcb9a89dbcc82 Christian Hammond
Split the API test suite into per-module tests.
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 single `tests.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.
bc1e1913e859e91707f227d40cbb5814f003fa49 Christian Hammond
rbtools/api/tests/base.py
rbtools/api/tests/test_factory.py
rbtools/api/tests/test_request.py
Loading...