jw.pkg.lib.Result: Add unit test #40

Merged
Jan Lindemann merged 2 commits from jan/feature/20260625-jw-pkg-lib-result-add-unit-test into master 2026-06-25 21:06:40 +02:00 AGit
5 changed files with 9 additions and 1 deletions
Showing only changes of commit f4d40efc05 - Show all commits

test: Move unit tests below jw/pkg

Move the unit test hierarchy to below test/unit/python/jw/pkg. Nesting the subdirectories so deeply might be overly careful, but it may as well be not - maybe in the future installable test packages are going to be generated and need simple ways to install without stepping onto each other's toes. If not, it's easier to cut two directory components out than having to reorganize possibly incoherent paths grown over multiple packages.

Signed-off-by: Jan Lindemann <jan@janware.com>
Jan Lindemann 2026-06-25 20:12:15 +02:00
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -0,0 +1,4 @@
TOPDIR = ../../../../..
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/dirs.mk

View file

@ -0,0 +1,4 @@
TOPDIR = ../../../../../..
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/dirs.mk

View file

@ -1,4 +1,4 @@
TOPDIR = ../../../../../
TOPDIR = ../../../../../../..
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/py-run.mk