File: conftest.py

package info (click to toggle)
python-msgspec 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,416 kB
  • sloc: javascript: 23,944; ansic: 20,940; python: 19,752; makefile: 26; sh: 23
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
import os

import pytest


@pytest.fixture(scope="session")
def typing_examples_file():
    return os.path.join(os.path.dirname(__file__), "basic_typing_examples.py")