With the help of tox, we can test unit tests on different version of python on our local machine.
A decent amount of linting applied to the code with the help of pylint report which can be retrieved by running "pylint leexportpy" in the project directory OR by running tox(this will run unit tests on different python version too so it will take longer)
With the help of tox, we can test unit tests on different version of python on our local machine.
A decent amount of linting applied to the code with the help of pylint report which can be retrieved by running "pylint leexportpy" in the project directory OR by running tox(this will run unit tests on different python version too so it will take longer)