From f075b743e8d62280c0dd15aedc7c9a53aea957db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 7 Aug 2023 16:58:46 +0200 Subject: [PATCH] test: remove the src module It's already empty, let's just remove it and the test-src Makefile target with it. If you wish to lint the sources, there's the new `lint` target. --- Makefile | 6 ------ test/src/__init__.py | 0 2 files changed, 6 deletions(-) delete mode 100644 test/src/__init__.py diff --git a/Makefile b/Makefile index 02c2404c..5448c06e 100644 --- a/Makefile +++ b/Makefile @@ -234,12 +234,6 @@ test-run: --rootdir=$(SRCDIR) \ -v -.PHONY: test-src -test-src: - @$(PYTHON3) -m pytest \ - $(SRCDIR)/test/src \ - --rootdir=$(SRCDIR) \ - -v .PHONY: test-all test-all: diff --git a/test/src/__init__.py b/test/src/__init__.py deleted file mode 100644 index e69de29b..00000000