Created
October 13, 2018 23:40
-
-
Save marknagelberg/9fa2ff9679370cb0a088864ace29df89 to your computer and use it in GitHub Desktop.
App Deploy blog post on testing - using fixture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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