File: test_example_multiple_failures.py

package info (click to toggle)
pytest-check 2.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 480 kB
  • sloc: python: 2,220; sh: 17; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
from pytest_check import check


def test_multiple_failures():
    for i in range(1, 11):
        check.equal(i, 100)