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
|
|
@ -1,4 +1,6 @@
|
|||
TOPDIR = ..
|
||||
|
||||
ORDERED_SUBDIRS = unit integration
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(JWBDIR)/make/dirs.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue