Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 418 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 418 Bytes

Usage

trigram -i <test_file>

Tests

pip install tox
tox

For the active Python version, just tests:

# Test
pip install tox
tox -e py

Styling:

tox -e style

pytest runs the tests:

# Test
pytest

test_requirements.txt must be installed.

# Install test requirements
pip install -r test_requirements.txt