2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
62803a4a1b |
|||
|
f4d40efc05 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
62803a4a1b |
lib.Uri: Return 'file' scheme for local paths
The scheme property returns 'file://' for local paths instead of 'file', causing scheme_plus_authority to produce 'file://://' with a triple slash. Also fix the test to expect 'file' instead of 'file://'. Assisted-by: unsloth/Qwen3.6-35B-A3B-GGUF:IQ4_NL with pi.dev v0.80.2 Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
f4d40efc05 |
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> |