Skip to content

Instantly share code, notes, and snippets.

@marknagelberg
Created October 13, 2018 23:40
Show Gist options
  • Save marknagelberg/9fa2ff9679370cb0a088864ace29df89 to your computer and use it in GitHub Desktop.
Save marknagelberg/9fa2ff9679370cb0a088864ace29df89 to your computer and use it in GitHub Desktop.
App Deploy blog post on testing - using fixture
from .conftest import new_name
def test_new_name(new_name):
assert new_name.name == 'Mark'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment