[ ソース: pytest-datadir ]
パッケージ: python3-pytest-datadir (1.4.1+ds-1)
python3-pytest-datadir に関するリンク
Debian の資源:
pytest-datadir ソースパッケージをダウンロード:
- [pytest-datadir_1.4.1+ds-1.dsc]
- [pytest-datadir_1.4.1+ds.orig.tar.xz]
- [pytest-datadir_1.4.1+ds-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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 provides the py.test plugin for Python 3 code.
その他の python3-pytest-datadir 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3