/url-shortener

Companion project for my article on Software Testing

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

url-shortener

Companion project for my article on Software Testing

Makefile

command effect
make setup-win Sets up the dev environment on Windows systems
make setup-unix Sets up the dev environment on *nix systems
make test Runs all the tests
make cov Runs all the tests and prints a coverage report