-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm trying to write a test similar to
uttest("some case", "localhere",
Expr(
LocalHere(
::utassertthat(Expr(1+2), ::utgreaterthan(2), "Simple")
)
)
);
And get the following
FAILURE _utAssertThatNS:test expr /*###*/ test does not throw outside of ... (some case ⮚ localhere ⮚ Test)
Actual: threw "Error: The namespace "_utAssertThatNS" is not defined. 1 time. _utAssertThatNS:test expr /*###*/"
Expected: test does not throw outside of an assertion
I assume this would be more than just a simple substitute(txt, "_ut", "::_ut", "ut", "::ut")
The use case is that I'm running something two different ways, and I'm trying to not have the second time overwrite the first. It sets some here variables.
Metadata
Metadata
Assignees
Labels
No labels