test_assert.py 97 B

1234567
  1. import pytest
  2. def test_demo():
  3. assert 100 == 100
  4. #def test_failed():
  5. # assert 200 == 100