Makefile 77 B

12345678
  1. test:
  2. py.test
  3. coverage:
  4. py.test --cov=frank test
  5. .PHONY: test coverage