Update the Kiln tests to use the new hosting service test helpers.
Review Request #9770 — Created March 13, 2018 and submitted
Information | |
---|---|
chipx86 | |
Review Board | |
release-3.0.x | |
c954495... | |
Reviewers | |
reviewboard | |
This updates the Kiln test suite to use the new helpers for hosting
service unit tests, which provide better, more consistent checks with
simpler code. The results of all HTTP requests are checked, ensuring
we're calling what we expect and that behavior doesn't change in the
future.
Unit tests pass.
Change Summary:
Updated some function names.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+132 -47) |
Checks run (2 succeeded)
Change Summary:
Changed the
self
argument of_http_request
functions toclient
.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+132 -47) |
Checks run (2 succeeded)
Change Summary:
Made the URL request checks more strict.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+141 -48) |
Checks run (2 succeeded)
Change Summary:
Rebuilt this change to use the new hosting service test architecture.
Summary: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Commit: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 5 (+150 -162) |