All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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