devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Implement audit tools for devtools managed repositories based pytest

Open ssbarnea opened this issue 2 years ago • 1 comments

  • [ ] clone all managed repos in a similar manner to eco jobs we had on molecule and ansible-lint
  • [ ] First test to add: Check if twine check line in tox.ini contains --strict on each repo

The reason for suggesting use of pytest on this is that it should allow us to use parametrize.

ssbarnea avatar Jan 05 '22 12:01 ssbarnea

FWIW some of these can be linted with a tool called nitpick.

webknjaz avatar Jan 29 '22 07:01 webknjaz