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 2 (Latest)

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.
bc1e1913e859e91707f227d40cbb5814f003fa49 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...