mirror of
https://github.com/ethersync/ethersync.git
synced 2025-08-02 04:07:29 +03:00
This directory contains integration tests for Ethersync. They assume that your PATH contains:
- An
nvimwith installed Ethersync plugin, and - an
ethersyncbinary (for connecting viaethersync client).
To run all integration tests, run:
cargo test
To run only a specific integration test, run:
cargo test --test <name>