diff --git a/.gitignore b/.gitignore index bb94c12be..e3df1cd5f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ captive-core/ !test.toml *.sqlite test_snapshots +.vscode/settings.json \ No newline at end of file diff --git a/cmd/crates/soroban-test/README.md b/cmd/crates/soroban-test/README.md index 3f8cdc9f9..c5fdefc3c 100644 --- a/cmd/crates/soroban-test/README.md +++ b/cmd/crates/soroban-test/README.md @@ -52,3 +52,8 @@ fn invoke() { }); } ``` + +Itegration tests in Crate +============== + +Currently all tests that require an RPC server are hidden behind a `it` feature, [found here](./tests/it/integration). To allow Rust-Analyzer to see the tests in vscode, `.vscode/settings.json`. Without RA, you can't follow through definitions and more importantly see errors before running tests tests. \ No newline at end of file