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 pytest for python tests #177

Merged
merged 11 commits into from
Jan 18, 2024

Conversation

spalmer25
Copy link
Collaborator

@spalmer25 spalmer25 commented Dec 22, 2023

Currently, the basic_tests can be launched either individually by hand or via the ./tests/integration/test_runtime.sh script.

Using pytest instead will facilitate test launching.

This MR adapt our tests to the pytest framework.

close #157

@spalmer25 spalmer25 added app::wallet issues relating to the wallet app tests test - related isues labels Dec 22, 2023
@spalmer25 spalmer25 added this to the Ledger Wallet: v3.1.0 milestone Dec 22, 2023
@spalmer25 spalmer25 self-assigned this Dec 22, 2023
@spalmer25 spalmer25 force-pushed the palmer@functori@use-pytest-for-python-tests branch 9 times, most recently from a4053c7 to 4389ddc Compare December 22, 2023 10:54
@spalmer25 spalmer25 force-pushed the palmer@functori@use-pytest-for-python-tests branch 3 times, most recently from a8d68fc to 67f8c0c Compare January 11, 2024 15:12
@spalmer25 spalmer25 marked this pull request as ready for review January 12, 2024 10:32
Copy link
Collaborator

@ajinkyaraj-23 ajinkyaraj-23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@spalmer25 spalmer25 force-pushed the palmer@functori@use-pytest-for-python-tests branch 2 times, most recently from f477972 to 0a367e8 Compare January 15, 2024 08:06
@spalmer25 spalmer25 force-pushed the palmer@functori@use-pytest-for-python-tests branch from 0a367e8 to ed07201 Compare January 15, 2024 09:53
@ajinkyaraj-23 ajinkyaraj-23 merged commit 7fa0c11 into main Jan 18, 2024
111 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app::wallet issues relating to the wallet app tests test - related isues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests: use pytests to run tests
3 participants