SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-case-1.5.2-5.3.noarch.rpm :
Tue Feb 14 13:00:00 2017 hpjAATTurpla.net
- Add BuildRoot to fix build on less forgiving targets

Sat Nov 26 13:00:00 2016 arunAATTgmx.de
- update to version 1.5.2:

* Using setup/teardown instead of setup_method/teardown_method was a
bad idea.
- changes from version 1.5.1:

* 1.5.0 had a left over print statement :blush:
- changes from version 1.5.0:

* Pytest: When decorating classes using the \"skip.
*\" and \"mock.
*\"
decorators, these now augment \"cls.setup\"/\"cls.teardown\" instead
of \"cls.setup_method\"/\"cls.teardown_method\".

* Pytest: Adds \"patching.object\".

Thu Oct 27 14:00:00 2016 arunAATTgmx.de
- update to version 1.4.0:

* Adds new helper: \"case.pytest.fixture_with_options\".
- changes from version 1.3.1:

* All case decorators now works with py.test classes.

* Py.test: Adds new `stdouts` fixture that patches
:data:`sys.stdout`, and :data:`sys.stderr`.

* Py.test: The `patching` fixture can now mock modules.
- changes from version 1.3.0:

* Case is now a py.test plug-in and provides a `patching` fixture as
a shortcut to `monkeypatch` setting the value to a mock. This
does not have any effects for users not using py.test.
- changes from version 1.2.3:

* Case decorators now supports py.test.

* Patcher created by create_patcher now accepts
*args.

Wed Jul 13 14:00:00 2016 arunAATTgmx.de
- specfile:

* updated source url
- update to version 1.2.2:

* \"mock.reload_modules\": Fixed compatibility with Python 3.
- changes from version 1.2.1:

* \"mock.reload_modules\" now re-imports the module and calls
\"reload()\" on it. This fixes issues with side effects not being
properly reset after context exits.
- changes from version 1.2.0:

* Adds \"mock.mute\" decorator to suppress stdout with no return
value. Contributed by Tony Narlock.

* Adds \"Mock.on_nth_call_do_raise(excA, excB, n)\". This will make
the mock raise excA until called n times, in which it will start
to raise excB.

Fri Jun 10 14:00:00 2016 toddrme2178AATTgmail.com
- Fix license

Thu Jun 9 14:00:00 2016 toddrme2178AATTgmail.com
- Initial python 3 version.

Fri Jun 3 14:00:00 2016 tbechtoldAATTsuse.com
- Initial packaging (version 1.1.4)


 
ICM