# aeproject test

## Run unit tests

```
aeproject test
```

The `test` command helps developers run their unit tests for aeternity projects. The command executes the tests scripts that are located in the **test** folder of your aeternity project.

With the additional `--path` parameter you can specify the path to the tests.
