Python 2.7, 3.5, 3.6
pip install imps
or
python setup.py install
It sorts your imports and is designed to work with this flake8-import-order plugin It differs from Isort as it is more opinionated and does not require config as it works out what to do by reading your setup.cfg
imps <file_name or path>
imps <file_name or path> - s style
where style is smarkets / crypto / google
pytest
Note if you run tests in Pycharm: Specify test as type: py.test
Mostly,
Tests: tox -e tests Flake8: tox -e flake8