oyvindeide / trigrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%