File: test_nonexistent.py

package info (click to toggle)
pytest-datadir 1.3.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: python: 138; makefile: 8; sh: 6
file content (4 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4


def test_missing_data_dir_starts_empty(datadir):
    assert list(datadir.iterdir()) == []