File: test_check_check.py

package info (click to toggle)
pytest-check 2.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: python: 2,220; sh: 17; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
def test_check_check(pytester):
    pytester.copy_example("examples/test_example_check_check.py")
    result = pytester.runpytest()
    result.assert_outcomes(failed=0, passed=2)