Skip to content
Snippets Groups Projects
test_models.py 119 B
Newer Older
  • Learn to ignore specific revisions
  • 
    def test__str__(factories):
        user = factories['users.User'](username='hello')
        assert user.__str__() == 'hello'