python-artifactory
python-artifactory copied to clipboard
feat: add nox for repeatable usage
Description
Added nox tool with two basic session, to simplify developer contribution on this project.
For more complex usage, have a look at this file .
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How has it been tested ?
Manually, as described in CONTRIBUTING.md file.
Checklist:
- [x] My PR is ready for prime time! Otherwise use the "Draft PR" feature
- [x] All commits have a correct title
- [ ] Readme has been updated
- [ ] Quality tests are green (see Codacy)
- [ ] Automated tests are green (see pipeline)
Hey @gpongelli, Thanks for the MR. But I don't think this is necessary to the project right now.