This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
Code
Pull requests
Activity
Actions
f4d40efc05
jw-pkg
/
test
/
unit
/
python
/
jw
/
pkg
/
lib
/
Makefile
4 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2026-06-25 20:12:15 +02:00
TOPDIR
=
../../../../../..
jw.pkg.lib.Uri: Add unit test The Uri class provides URL parsing and manipulation utilities used throughout jw-pkg. Add a unit test covering URL parsing, credential handling, path manipulation, and safe string formatting. Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-25 15:11:22 +02:00
i
n
c
l
u
d
e
$(
TOPDIR
)
/
m
a
k
e
/
p
r
o
j
.
m
k
i
n
c
l
u
d
e
$(
JWBDIR
)
/
m
a
k
e
/
d
i
r
s
.
m
k
Copy permalink