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

Use python-sdk make test target to run all python-sdk tests #1061

Merged
merged 1 commit into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. Use python-sdk make test target to run all python-sdk tests

    `make test` command now provides full official set of unit and
    integration tests for python-sdk. They can be started using the
    command during development and in CI. This is why PR template is
    updated with the command and GitHub CI actions run it now.
    
    Also use `make build` command instead of calling `poetry install`
    exlicitly in CI because `make build` is a source of truth command
    for building of python-sdk (it runs `poetry install` too).
    eabatalov committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f26fdf1 View commit details
    Browse the repository at this point in the history