/trigrams

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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