zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Add optional args to parse_options #278

Closed delijati closed 5 years ago

delijati commented 6 years ago

It would be nice to have also args as an optional argument to parse_options https://github.com/zestsoftware/zest.releaser/blob/e41658d04593005b7beb17cde7f58dffba1a257b/zest/releaser/utils.py#L346. Currently i use this to write script tests with pytest.

mauritsvanrees commented 6 years ago

What are you trying to do? Write extra tests for zest.releaser? Write tests for a package with a zest.releaser entry point?

You could create a PR with a test that uses it.

reinout commented 5 years ago

Closing the issue. If it is still current, you can re-open it, of course :-)