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

fix internal tests #5

Merged
merged 9 commits into from
Apr 1, 2024
Merged

fix internal tests #5

merged 9 commits into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. fix configuration tests

    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c3dfbbf View commit details
    Browse the repository at this point in the history
  2. vscode: increase default Go tests timeout to 2 min.

    the default value was set to 30 seconds, which proved
    insufficient for indexer tests.
    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a06faa9 View commit details
    Browse the repository at this point in the history
  3. fix indexer tests

    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f7efaec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99b31ce View commit details
    Browse the repository at this point in the history
  5. fix client tests

    TODO: add real Komodo block for parsing test(s)
    
    Leave only the fixtures that are actually used:
    
    grep -o '"[^"]*\.json"' client_test.go | sort | uniq
    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cfe2afd View commit details
    Browse the repository at this point in the history
  6. fix account service tests

    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7f94e99 View commit details
    Browse the repository at this point in the history
  7. fix network service tests

    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cc3a325 View commit details
    Browse the repository at this point in the history
  8. refactor package(s) structure

    remove/disable some tests, etc., now go test ./... working fine.
    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5d3db78 View commit details
    Browse the repository at this point in the history
  9. fix txscript tests

    go clean -testcache && go test ./...
    DeckerSU committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a8eb20c View commit details
    Browse the repository at this point in the history