ENH: Update test-dictionary (#1416)

This commit is contained in:
Eric Larson
2020-01-23 12:36:15 -05:00
committed by GitHub
parent c6566ad1a9
commit c2cf92e3ae

View File

@ -19,6 +19,9 @@ check-dictionary:
echo "Dictionary contains leading/trailing whitespace and/or blank lines. Trim with 'make trim-dictionary'"; \
exit 1; \
fi
@if command -v pytest > /dev/null; then \
pytest codespell_lib/tests/test_dictionary.py; \
fi
sort-dictionary:
LC_ALL=C sort ${SORT_ARGS} -u -o ${DICTIONARY} ${DICTIONARY}