5 Star 0 Fork 1

src-openEuler/python-pytest-golden

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pytest-golden.spec 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
赵梦 提交于 2023-08-25 10:18 . Init package python-pytest-golden v0.2.2.
%global pypi_name pytest-golden
Name: python-%{pypi_name}
Version: 0.2.2
Release: 1
Summary: Plugin for pytest that offloads expected outputs to data files
License: MIT
URL: https://github.com/oprypin/pytest-golden
Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
Patch1: 0001-update-testfixtures-and-poetry-to-poetry-core.patch
BuildArch: noarch
%description
Plugin for pytest that offloads expected outputs to data files.
%package -n python3-%{pypi_name}
Summary: Plugin for pytest that offloads expected outputs to data files
Provides: python-%{pypi_name}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-poetry-core
%description -n python3-%{pypi_name}
Plugin for pytest that offloads expected outputs to data files.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE.md
%doc README.md
%{python3_sitelib}/pytest_golden-*.dist-info/
%{python3_sitelib}/pytest_golden/
%changelog
* Fri Aug 25 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.2.2-1
- Init package.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pytest-golden.git
git@gitee.com:src-openeuler/python-pytest-golden.git
src-openeuler
python-pytest-golden
python-pytest-golden
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385