github.com/kubeshop/testkube@v1.17.23/contrib/container/pytest/failed_sample.py (about) 1 import pytest 2 3 def inc(x): 4 return x + 1 5 6 def test_answer(): 7 assert inc(3) == 5