Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TESTCOV env setup. #189

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

nninkovicSQA
Copy link
Contributor

@nninkovicSQA nninkovicSQA commented Aug 15, 2022

Set up simulation env using workspaces for future simulation testing.

@nninkovicSQA nninkovicSQA added the C-Testing Unit testing / integration testing label Aug 15, 2022
@nninkovicSQA nninkovicSQA self-assigned this Aug 15, 2022
@nninkovicSQA nninkovicSQA linked an issue Aug 18, 2022 that may be closed by this pull request
5 tasks
@nninkovicSQA nninkovicSQA added the P-High Priority: High label Aug 18, 2022
@nninkovicSQA nninkovicSQA marked this pull request as ready for review January 30, 2023 07:43
- Set workspace resolver to "2" in root Cargo.toml
- Update all package Cargo.toml files to use edition "2021"
- Add workspace configuration to root Cargo.toml
- Set resolver to "2" to match edition 2021
…ation issue

- Moved `workspaces` crate to `[dev-dependencies]` to ensure it is not compiled to WASM.
- Added `NEAR_SANDBOX_URL` constant to `build.rs` to fix download issue for `near-sandbox`.
@frol
Copy link
Collaborator

frol commented Nov 7, 2024

near-sdk-sim is deprecated. I’d recommend using the latest SDK with near-workspaces and https://github.com/hknio/wasmcov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Testing Unit testing / integration testing P-High Priority: High
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

TESTCOV: Sputnik Factory: Init & Default
2 participants