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 Jul 10 07:32:27 UTC 2026.