Skip to content

Instantly share code, notes, and snippets.

@Weyzu
Last active October 18, 2017 10:38
Show Gist options
  • Save Weyzu/5e3a1e5cdf8f335559766a6517efab4b to your computer and use it in GitHub Desktop.
Save Weyzu/5e3a1e5cdf8f335559766a6517efab4b to your computer and use it in GitHub Desktop.
@pytest.fixture(params=["Andrew Who", "James Gross"])
def person(request):
return PersonRepository.create(name=request.param, age=20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment