summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2021-05-17 17:11:50 -0700
committerJhon Honce <jhonce@redhat.com>2021-05-18 08:39:35 -0700
commit98955bedbcb3256d63f12716332000586eb6fe31 (patch)
tree95064bae2793f249f8a485b800cd9685570c2533 /Makefile
parent93c3e03227bee7b3b6f58e8fe038965505bbfa69 (diff)
downloadpodman-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25644dffd..c777deae6 100644
--- a/Makefile
+++ b/Makefile
@@ -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