-
Notifications
You must be signed in to change notification settings - Fork 9
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: add wheel command to not generate output #29
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, |
To test the CLI entrypoints, you would need to use typer.testing.CliRunner. There are some examples in Pyodide repository, which might be helpful to you. If you find it difficult to write tests, let us know. I think we can merge this PR and add some tests later. |
I gave it a try: https://github.com/pyodide/pyodide-lock/actions/runs/9431128434/job/26020165688?pr=29 But it is not clear to me why the test fails at this point. If you have any input would be grateful, otherwise I try to have a look in the following days. |
It's becuase that function has a decorator |
Closes #28