import pytest def test_demo(): assert 100 == 100 #def test_failed(): # assert 200 == 100