Поддержка тестирования кода

This commit is contained in:
2019-07-04 11:55:22 +03:00
parent 2469567d6a
commit 56f6527595
4 changed files with 25 additions and 0 deletions

View File

@ -13,3 +13,8 @@ html:
pdf:
make -C docs latexpdf
tests:
py.test-3 tests
.PHONY: clean zip html pdf tests