forked from pool/python-nose2
Accepting request 506615 from home:jengelh:branches:devel:languages:python
let's try this instead OBS-URL: https://build.opensuse.org/request/show/506615 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nose2?expand=0&rev=3
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 28 06:07:30 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update package description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 24 09:10:11 UTC 2017 - alarrosa@suse.com
|
Mon Apr 24 09:10:11 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
- Use singlespec macros
|
- Use singlespec macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 17:07:51 UTC 2017 - alarrosa@suse.com
|
Mon Feb 6 17:07:51 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
@@ -41,25 +41,13 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nose2 is the next generation of nicer testing for Python, based
|
nose2 is a new version of the nose unit testing framework,
|
||||||
on the plugins branch of unittest2. nose2 aims to improve on nose by:
|
supporting Python 2.6+ and 3.x, but not 2.4.
|
||||||
|
nose2 does not need a custom importer anymore and instead imports
|
||||||
* providing a better plugin api
|
modules with __import__. nose2 does not support all of the
|
||||||
* being easier for users to configure
|
test project layouts that nose did, and also does not
|
||||||
* simplifying internal interfaces and processes
|
support package-level fixtures. Almost all configuration for nose2
|
||||||
* supporting Python 2 and 3 from the same codebase, without translation
|
is to be done through config files, not command-line options.
|
||||||
* encouraging greater community involvement in its development
|
|
||||||
|
|
||||||
In service of some those goals, some features of nose *will not* be
|
|
||||||
supported in nose2. See `differences`_ for a thorough rundown.
|
|
||||||
|
|
||||||
In time -- once unittest2 supports plugins -- nose2 should be able to
|
|
||||||
become just a collection of plugins and configuration defaults. For
|
|
||||||
now, it provides a plugin api similar to the one in the unittest2
|
|
||||||
plugins branch, and overrides various unittest2 objects.
|
|
||||||
|
|
||||||
You are witnesses at the new birth of nose, mark 2. Hope you enjoy our
|
|
||||||
new direction!
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n nose2-%{version}
|
%setup -q -n nose2-%{version}
|
||||||
|
Reference in New Issue
Block a user