From 98955bedbcb3256d63f12716332000586eb6fe31 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 17 May 2021 17:11:50 -0700 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf