File: pytest_code.py

package info (click to toggle)
python-pytest-resource-path 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 398; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
"""This module is run in test_dir on pytest for test pytest FixtureRequest."""


def test_function_something():
    """This test is run in test_dir on pytest for test pytest FixtureRequest."""
    assert 1 + 1 == 2