Source: pytest-tempdir Maintainer: Debian Salt Team Uploaders: Benjamin Drung Section: python Build-Depends: debhelper-compat (= 14), dh-sequence-python3, python3, python3-setuptools, Standards-Version: 4.7.4 Homepage: https://github.com/saltstack/pytest-tempdir Vcs-Browser: https://salsa.debian.org/salt-team/pytest-tempdir Vcs-Git: https://salsa.debian.org/salt-team/pytest-tempdir.git Package: python3-pytest-tempdir Architecture: all Description: predictable and repeatable temporary directory for tests This package contains a pytest plugin that adds support for a predictable and repeatable temporary directory. Simply define a pytest_tempdir_basename function on your conftest.py which returns a string to define the basename or pass --tempdir-basename.