Re: [PATCH v6 21/25] python: add avocado-framework and tests

2021-05-25 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:37PM -0400, John Snow wrote: > Try using avocado to manage our various tests; even though right now > they're only invoking shell scripts and not really running any > python-native code. > > Create tests/, and add shell scripts which call out to mypy, flake8, >

[PATCH v6 21/25] python: add avocado-framework and tests

2021-05-12 Thread John Snow
Try using avocado to manage our various tests; even though right now they're only invoking shell scripts and not really running any python-native code. Create tests/, and add shell scripts which call out to mypy, flake8, pylint and isort to enforce the standards in this directory. Add