Skip to content

Instantly share code, notes, and snippets.

@lucassmagal
Created November 28, 2012 19:04
Show Gist options
  • Save lucassmagal/4163308 to your computer and use it in GitHub Desktop.
Save lucassmagal/4163308 to your computer and use it in GitHub Desktop.
probleminha básico nos testes
# Dado um usuário logado
user = UserProfileFactory()
# Quando eu acesso a página inicial
response = self.app.get(reverse('home'), user=user)
# Então eu vejo a lista dos ambientes ativos
self.assertContains(response, 'Meus Ambientes')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment