[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#977769: ITP: pytest-datadir -- py.test plugin for manipulating test data directories and files



Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue <peb@debian.org>

* Package name    : pytest-datadir
  Version         : 1.3.1
  Upstream Author : Gabriel Reis <gabrielcnr@gmail.com>
* URL             : https://github.com/gabrielcnr/pytest-datadir
* License         : MIT
  Programming Lang: Python
  Description     : py.test plugin for manipulating test data directories and files

pytest-datadir will look up for a directory with the name of the current module
or the global 'data' folder, and allow one to access the content of these files
using injected variables datadir or shared_datadir.

The files in the data dirs are copied to a temporary path before tests being
run. Henceforth, a modification won't happen on the original files.

This package is a dependency of pytest-regressions, which is needed as a dep of
sphinx-tabs. I'll maintain it in the Python Team.

Reply to: