# Tests & Testing
## Unit tests
Run rostrum unit tests with `cargo test`.
## Functional tests
Rostrum has a large set of functional tests that run in CI against multiple full nodes; Nexa and BCHN.
The functional tests are located in the `test/functional`folder of the rostrum repo. They can be started individually or in batch by running
`test/functional/test_runner.py`. The tests look for node software in environment variable `NODE_PATH` and rostrum in `ROSTRUM_PATH`.
In addition to being run in this repo to ensure no breaking changes, the tests are also run as part of
Nexa node continuous integration test suite to ensure any changes added there does not break rostrum integration.