adamchainz / gargoyle

:radio_button: Feature switches in Django
Apache License 2.0
109 stars 19 forks source link

Convert all unittest assert function calls to pytest-style plain assert statements #60

Closed adamchainz closed 8 years ago

adamchainz commented 8 years ago

Makes the tests a lot nicer, plus found a load of un-run asserts! Luckily only one of them was actually wrong.