Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.6 KB

README.md

File metadata and controls

53 lines (41 loc) · 2.6 KB

mig3-client

mig3-client: Submit your results to a mig3 service.

Codacy Quality Badge Codacy Coverage Badge Build Status Supported Python Versions Project License FOSSA Status Project Status PyPI version PyPI downloads Manpower Code style: black FOSSA Status

See Also

  • mig3: Detect regressions in your python3 migration!

Basic setup

Install it:

$ pip install mig3-client

Run the application:

$ mig3 --help

Developer setup

Install dependencies:

$ poetry install

To run the tests for the current environment:

$ poetry shell
$ py.test

To run the tests for all environments:

$ tox

License

FOSSA Status