Open das7pad opened 6 years ago
created new branch #9
https://github.com/das7pad/aiourlshortener/tree/feature/tests
Makefile
to run tests like make test
from the top level directory.make
commands run all in a virtual python environment. I added a make
target to generate the requirements make gen-requirements
. The test
target checks the requirements before running the test-suite (~0.5 seconds).bump
As chatted in https://github.com/blikenoother/aiourlshortener/pull/4#discussion_r165548200 we want to add a ci service like
Travis CI
.Checklist for the CI:
Shortener
creationaioresponses
to create mocked responses