Panda Prez
Python and Pytest
Python 3.7
# content of test_sample.py
def inc(x):
return x + 1
def test_answer():
assert inc(3) == 5
Please enable Javascript to access this presentation.