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>
This commit is contained in:
parent
8c093733f4
commit
57180e3596
6 changed files with 109 additions and 0 deletions
4
test/unit/python/lib/Makefile
Normal file
4
test/unit/python/lib/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR = ../../../..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(JWBDIR)/make/dirs.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue