Today, the procedure to check the code and test it, is stored in the Travis CI configuration file. This makes it hard to repeat those procedures locally.
Having commands such as make check for black, pytest, shellcheck and make test to run the tests would be nice.
Remember to update the Travis CI file with the new make commands.
Today, the procedure to check the code and test it, is stored in the Travis CI configuration file. This makes it hard to repeat those procedures locally.
Having commands such as
make check
for black, pytest, shellcheck andmake test
to run the tests would be nice.Remember to update the Travis CI file with the new make commands.
Remember to also update the documentation.