Skip to content

Instantly share code, notes, and snippets.

@Weyzu
Created August 27, 2017 20:07
Show Gist options
  • Save Weyzu/5affc3181a8d0a16da229638386f1c0e to your computer and use it in GitHub Desktop.
Save Weyzu/5affc3181a8d0a16da229638386f1c0e to your computer and use it in GitHub Desktop.
@pytest.fixture
def person():
return PersonRepository().create(name='Andrew', age=20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment