File: pytest_plugin_failing_helper.py

package info (click to toggle)
python-pyfakefs 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,476 kB
  • sloc: python: 20,153; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
"""Failing test to test stacktrace output - see
``pytest_check_failed_plugin_test.py``."""


def test_fs(fs):
    assert 1 == 2