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

Refine API of the testing framework #2783

Merged
merged 7 commits into from
Sep 27, 2023

Commits on Sep 25, 2023

  1. Refine API of the testing framework

    These changes will allow testing providers to unify
    unit & integration tests.
    m-Peter committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3dadaa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d9c4b View commit details
    Browse the repository at this point in the history
  3. Caching of initializeMemberResolvers seems to cause a bug

    For contracts that contain both a .cdc source file, with Cadence code,
    and with some functions being implemented natively, the GetMembers()
    does not return the natively implemented members.
    m-Peter committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d39fa9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b8bdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34f6ebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72bbfe1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20a58ec View commit details
    Browse the repository at this point in the history