File: conftest.py

package info (click to toggle)
python-anndata 0.7.5%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 628 kB
  • sloc: python: 7,779; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
import pytest


@pytest.fixture
def backing_h5ad(tmp_path):
    return tmp_path / "test.h5ad"