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

Commits on Jun 23, 2022

  1. Initial commit.

    nninkovicSQA committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1f0906c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. set up workspaceses-rs env

    nninkovicSQA committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    50ff24c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Updated testing env to workspaces 0.5.0.

    nninkovicSQA committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ccce0b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Updated workspaces-rs and fixed dependencies.

    nninkovicSQA committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    13e6d9d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Init and default tests first itteration.

    nninkovicSQA committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    491e040 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Updated workspaces-rs dependency to "0.7.0"

    nninkovicSQA committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    86e3550 View commit details
    Browse the repository at this point in the history
  2. Daos creation first tests.

    nninkovicSQA committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1b25134 View commit details
    Browse the repository at this point in the history
  3. Removed unnesesary init function.

    nninkovicSQA committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    590a77f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Refactoring.

    nninkovicSQA committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    393e9d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Repositioned tests in they own module.

    nninkovicSQA committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    db95726 View commit details
    Browse the repository at this point in the history
  2. Fixed a few dependencies.

    nninkovicSQA committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8ed5bd7 View commit details
    Browse the repository at this point in the history
  3. Fixed error with build.sh and workspaces-rs-tests.

    nninkovicSQA committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d2f90da View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Modified Cargo.toml inside workspaces-rs-test lib.

    nninkovicSQA committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4b76dda View commit details
    Browse the repository at this point in the history
  2. Modified README.md insid workspace-ts-tests lib.

    nninkovicSQA committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    fd069c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Refactoring.

    nninkovicSQA committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    f1aa173 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Tests: 1st iter.

    nninkovicSQA committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3d31b99 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Tests: 2nd iter.

    nninkovicSQA committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6eea4f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    5f85126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5e0af View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml files to use edition 2021 and workspace resolver 2

    - Set workspace resolver to "2" in root Cargo.toml
    - Update all package Cargo.toml files to use edition "2021"
    nninkovicSQA authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7491d93 View commit details
    Browse the repository at this point in the history
  4. Update Cargo.toml to set workspace resolver to "2" and include members

    - Add workspace configuration to root Cargo.toml
    - Set resolver to "2" to match edition 2021
    nninkovicSQA authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    63a02b7 View commit details
    Browse the repository at this point in the history
  5. Move workspaces dependency to dev-dependencies to resolve WASM compil…

    …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`.
    nninkovicSQA authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e771b7b View commit details
    Browse the repository at this point in the history
  6. fixing bugs

    nninkovicSQA authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8a1b462 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f96c3f2 View commit details
    Browse the repository at this point in the history
  8. Syntac error fix.

    nninkovicSQA authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    44193dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19f0751 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    415095c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    132606b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    501c5aa View commit details
    Browse the repository at this point in the history
  13. Added near-sdk-sim

    nninkovicSQA authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d39125d View commit details
    Browse the repository at this point in the history