diff options
author | Jhon Honce <jhonce@redhat.com> | 2021-05-17 17:11:50 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2021-05-18 08:39:35 -0700 |
commit | 98955bedbcb3256d63f12716332000586eb6fe31 (patch) | |
tree | 95064bae2793f249f8a485b800cd9685570c2533 /Makefile | |
parent | 93c3e03227bee7b3b6f58e8fe038965505bbfa69 (diff) | |
download | podman-98955bedbcb3256d63f12716332000586eb6fe31.tar.gz podman-98955bedbcb3256d63f12716332000586eb6fe31.tar.bz2 podman-98955bedbcb3256d63f12716332000586eb6fe31.zip |
Break up python APIv2 tests
* 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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -573,7 +573,7 @@ remotesystem: .PHONY: localapiv2 localapiv2: env PODMAN=./bin/podman ./test/apiv2/test-apiv2 - env PODMAN=./bin/podman ${PYTHON} -m unittest discover -v ./test/apiv2/rest_api/ + env PODMAN=./bin/podman ${PYTHON} -m unittest discover -v ./test/apiv2/python env PODMAN=./bin/podman ${PYTHON} -m unittest discover -v ./test/python/docker .PHONY: remoteapiv2 |