django-favicon icon indicating copy to clipboard operation
django-favicon copied to clipboard

Migrate test(s) to py.test

Open bittner opened this issue 11 years ago • 0 comments

Test code could be migrated to py.test, which is less verbose (no boilerplate testing, no inheritance from TestCase).

This is easily done, because py.test automatically detects and runs regular Django test cases. Also, requirements.txt should list all dependencies.

bittner avatar Sep 11 '14 09:09 bittner