org.eolang.motives.misc.unit-test-without-phi.md Maven / Gradle / Ivy
# Unit Test Without Phi
Unit test must have `@` attribute.
Incorrect:
```eo
+tests
[] > test
true
```
Correct:
```eo
+tests
[] > test
true > @
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy