Skip to content

fix missing entrypoint on tests#121

Merged
t-reents merged 2 commits intomainfrom
unit-testing
Apr 22, 2026
Merged

fix missing entrypoint on tests#121
t-reents merged 2 commits intomainfrom
unit-testing

Conversation

@Bud-Macaulay
Copy link
Copy Markdown
Contributor

Currently only one of the test files has a cli entry point (name == main). This is confusing as only one of the tests can be run using python tests/${TESTNAME} but the others pass silently.

This commit adds the same access point to the test files that are missing them.

Copy link
Copy Markdown
Collaborator

@t-reents t-reents left a comment

Choose a reason for hiding this comment

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

Thanks @Bud-Macaulay 🚀

@t-reents t-reents merged commit aa1d767 into main Apr 22, 2026
12 checks passed
@t-reents t-reents deleted the unit-testing branch April 22, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants