> For the complete documentation index, see [llms.txt](https://aeproject.gitbook.io/aeproject/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/testing.md).

# 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.
