Unit Test Without Phi
Unit test must have @
attribute.
Incorrect:
+tests
# Test suite for `foo`.
[] > foo-tests
# Unit test.
[] > works-dummy
true > i
Correct:
+tests
# Test suite for `foo`.
[] > foo-tests
# Unit test.
[] > works-dummy
true > @
Published on Mon May 26 13:15:59 UTC 2025.