Skip to content

Instantly share code, notes, and snippets.

@marknagelberg
Created October 7, 2018 20:09
Show Gist options
  • Save marknagelberg/aa99d1be3dca7149c12f0be984a0542a to your computer and use it in GitHub Desktop.
Save marknagelberg/aa99d1be3dca7149c12f0be984a0542a to your computer and use it in GitHub Desktop.
app_deploy_test_ex_1.py
def squared(x):
return x**2
def test_squared():
assert squared(3) == 9
assert squared(3) == 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment