Documentation
Unit tests can be run with cargo test unit.
cargo test unit
There are a few read-only integration tests that can be ran with cargo test integration. Running the integration tests requires that a settings.json be created with some credentials.
cargo test integration