You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subsequent to the addition of Testing Panel per #39, devs can now run positive-tests (i.e. #[test]) in the Panel.
But the Panel doesn't support running negative-tests (i.e. #[test(should_fail)]) which devs can already run with Nargo and might expect it to also be runnable in the Panel.
Happy Case
Devs can successfully run both tests below from the Testing Panel:
Problem
Subsequent to the addition of Testing Panel per #39, devs can now run positive-tests (i.e.
#[test]
) in the Panel.But the Panel doesn't support running negative-tests (i.e.
#[test(should_fail)]
) which devs can already run with Nargo and might expect it to also be runnable in the Panel.Happy Case
Devs can successfully run both tests below from the Testing Panel:
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: