Skip to content

Instantly share code, notes, and snippets.

@renzon
Created June 9, 2017 19:48
Show Gist options
  • Save renzon/ef5dea54fcfdad61ef7acb513b768bf5 to your computer and use it in GitHub Desktop.
Save renzon/ef5dea54fcfdad61ef7acb513b768bf5 to your computer and use it in GitHub Desktop.
from django.urls import reverse
def test_reverse():
assert '/inscricao/' == reverse('subscriptions:new')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment