- mig3: Detect regressions in your python3 migration!
Install it:
$ pip install mig3-client
Run the application:
$ mig3 --help
Install dependencies:
$ poetry install
To run the tests for the current environment:
$ poetry shell
$ py.test
To run the tests for all environments:
$ tox