Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37040767
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python-module-mox

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define packagename python-module-mox
%define origname mox

Summary: mock object framework for Python
Name: %packagename
Version: 0.5.0
Release: alt2
Source0: %origname-%version.tar.gz
License: Apache License 2.0
Group: Development/Python
URL: http://code.google.com/p/pymox/
Packager: Mikhail Pokidko <pma at altlinux.org>
BuildArch: noarch

# Automatically added by buildreq on Sat Apr 05 2008

BuildRequires: python-devel

%description
Mox is a mock object framework for Python. Mox is based on EasyMock, a Java mock object framework.
Mox will make mock objects for you, so you don't have to create your own!
It mocks the public/protected interfaces of Python objects.
You set up your mock objects expected behavior using a domain specific language (DSL), which makes it easy to use, understand, and refactor!


%prep
%setup  -q -n %origname-%version

%build
%python_build

%install
%python_install

%files
%doc COPYING README
%python_sitelibdir/*
%python_sitelibdir/mox-*.egg-info

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin