Q:

install pytest

pip install pytest
0
# content of test_sample.py
def inc(x):
    return x + 1


def test_answer():
    assert inc(3) == 5
1

New to Communities?

Join the community