Skip to content

Instantly share code, notes, and snippets.

@dmerejkowsky
Created January 27, 2016 13:01
Show Gist options
  • Save dmerejkowsky/fb2268591278679ea80d to your computer and use it in GitHub Desktop.
Save dmerejkowsky/fb2268591278679ea80d to your computer and use it in GitHub Desktop.
py.test rocks
# in test_qibuild_configure.py
def test_qibuild_configure(tmpdir):
# do stuff in tmpdir
assert rc == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment