Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: response body of containers wait endpoint | Matej Vasek | 2021-05-18 |
| | | | | | | | The `Error` part of response must be nil (or omitted) if no error occurred. Before this commit a zero value for the struct was returned. Signed-off-by: Matej Vasek <mvasek@redhat.com> | ||
* | Break up python APIv2 tests | Jhon Honce | 2021-05-18 |
* Tests broken up into areas of concern * Introduced fixtures to reduce duplicated code * Introduced new assert methods with APITestCase * General cleanup of code while visiting * Tests now targeting quay.io Known issues: * is-official against quay.io not working Fixes: #9238 Signed-off-by: Jhon Honce <jhonce@redhat.com> |