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

testing: the following arguments are required: message #404

Closed
mtelka opened this issue Feb 8, 2023 · 1 comment
Closed

testing: the following arguments are required: message #404

mtelka opened this issue Feb 8, 2023 · 1 comment

Comments

@mtelka
Copy link
Contributor

mtelka commented Feb 8, 2023

While running tests at OpenIndiana I see this error:

Mocking twine.cli.dispatch...
Running tests at level 1
Running zope.testrunner.layer.UnitTests tests:
  Set up zope.testrunner.layer.UnitTests in 0.000 seconds.
  Running:
....usage: __main__.py [-h] [--no-input] [-v] message
__main__.py: error: the following arguments are required: message
..
@mauritsvanrees
Copy link
Member

That is due to these lines:
https://github.com/zestsoftware/zest.releaser/blob/8.0.0a1/zest/releaser/tests/addchangelogentry.txt#L20-L27

We test that we get an error when we call addchangelogentry without a message. I don't know a good way to avoid getting this extra output.

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

No branches or pull requests

2 participants