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 Tue Mar 31 07:20:33 UTC 2026.