Files
clio/tests/integration/README.md
Ayaz Salikhov 1e0a2f5162 style: Add prettier pre-commit hook (#2031)
There are 2 things to know about prettier:
- it's quite pretty most of the time
- it's not configurable
2025-04-25 16:24:45 +01:00

14 lines
524 B
Markdown

# Integration testing
Tests that hit the real database are separate from the unit test suite found under `tests/unit`.
## Requirements
### Cassandra/ScyllaDB cluster
If you wish to test the backend component you will need to have access to a **local (127.0.0.1)** Cassandra cluster, opened at port **9042**. Please ensure that the cluster is successfully running before running these tests.
## Running
To run the DB tests, first build Clio as normal, then execute `./clio_integration_tests` to run all database tests.