From 3292aeaaa1969fc3115a19bad9d9cbcc7fba95ef Mon Sep 17 00:00:00 2001 From: Neven Villani Date: Wed, 11 Jun 2025 22:43:14 +0200 Subject: [PATCH] What's with the namespacing on the unit tests ? --- tests/suite/scripting/import.typ | 6 +++--- tests/testit | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 tests/testit diff --git a/tests/suite/scripting/import.typ b/tests/suite/scripting/import.typ index 1866af3d6..9fbd889fa 100644 --- a/tests/suite/scripting/import.typ +++ b/tests/suite/scripting/import.typ @@ -485,14 +485,14 @@ This is never reached. #import "#test/mypkg:1.0.0": * --- import-from-package-namespace-not-found --- -// Error: todo +// Error: 9-33 package not found #import "@missingdir/test:0.0.0": * --- import-from-package-not-found --- -// Error: todo +// Error: 9-33 package not found #import "@test/missingpkg:0.0.0": * --- import-from-package-version-not-found --- -// Error: todo +// Error: 9-28 package not found #import "@test/mypkg:5.0.0": * diff --git a/tests/testit b/tests/testit new file mode 100644 index 000000000..2be10fee3 --- /dev/null +++ b/tests/testit @@ -0,0 +1,2 @@ +alias testit="cargo test --workspace --test tests --" +