Unit test without phi
Unit tests must have a @
attribute.
Incorrect:
# Foo.
[] > foo
# Unit test.
[] +> works-dummy
true > i
Correct:
# Foo.
[] > foo
# Unit test.
[] +> works-dummy
true > @
Published on Fri Sep 12 07:14:09 UTC 2025.