pytest-codeblock
API reference
hello()
AnswerBox
answer()
main()
Sample hello function to test that the module is working correctly.
x = 2 assert x == 2
Failing example:
>>> print(5 + 7) 12
x (int)
str