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.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last 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
rbtools/api/tests.py
rbtools/api/tests/__init__.py
rbtools/api/tests/base.py
rbtools/api/tests/test_capabilities.py
rbtools/api/tests/test_factory.py
rbtools/api/tests/test_request.py
rbtools/api/tests/test_resource.py
Loading...