pantry/projects/pytest.org/test_fail.py
Neil a70b7a3e05
+pytest.org (#140)
* +pytest.org

* improve dep versions

* shouldn't require pip to use, I believe

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-01-23 18:25:22 -05:00

6 lines
72 B
Python

def inc(x):
return x + 1
def test_answer():
assert inc(3) == 5