Files
clio/tests/integration
Ayaz Salikhov 9c92a2b51b style: Use pre-commit tool and add simple config (#2029)
I started with really simple pre-commit hooks and will add more on top.

Important files:
- `.pre-commit-config.yaml` - the config for pre-commit
- `.github/workflows/pre-commit.yml` - runs pre-commit hooks in branches
and `develop`
- `.github/workflows/pre-commit-autoupdate.yml` - autoupdates pre-commit
hooks once in a month
2025-04-24 17:59:43 +01:00
..
2025-01-16 14:36:03 +00:00

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.