Skip to content

docs: how to run unit vs integration tests#37

Merged
AquiGorka merged 1 commit into
mainfrom
docs/running-tests
Jun 17, 2026
Merged

docs: how to run unit vs integration tests#37
AquiGorka merged 1 commit into
mainfrom
docs/running-tests

Conversation

@AquiGorka

Copy link
Copy Markdown
Contributor

Adds a Running tests section to the README. Documents the distinction that wasn't written down:

  • deno task test:unit — deterministic, no network/stack.
  • deno task test:integration / deno task test (CI) — deploy + transact on public Stellar testnet (NetworkConfig.TestNet(), no local-stack override). Needs network + Friendbot; the submit step can transiently fail with STX_002 on public-testnet congestion → re-run.

Also notes that test/contracts/*.wasm are the integration artifacts and must be refreshed from the matching soroban-core release. All verified against the actual test config.

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AquiGorka AquiGorka merged commit a16a227 into main Jun 17, 2026
2 checks passed
@AquiGorka AquiGorka deleted the docs/running-tests branch June 17, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant