python-uncompyle6/pytest/Makefile

8 lines
88 B
Makefile

PHONY=check test pytest
PYTHON ?= python
#: Run all tests
test check pytest:
py.test