bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.33k stars 1.46k forks source link

update makefile to use pytest instead of unittest #1394

Closed clavedeluna closed 1 year ago

clavedeluna commented 1 year ago

Github action tests using pytest, so I figured it would be nice to have consistency and use pytest for local makefile call, too.

Next step: update github actions to just call make coverage or make test?