Commit Graph

  • 10d375e8bd Accepting request 1134209 from devel:languages:python:pytest factory Ana Guerrero 2023-12-21 22:37:21 +0000
  • b1ce010d42 Accepting request 1134208 from home:dgarcia:branches:devel:languages:python:Factory Daniel Garcia 2023-12-20 12:44:07 +0000
  • 803048204c Accepting request 1124082 from devel:languages:python:pytest Ana Guerrero 2023-11-08 21:17:09 +0000
  • 312a9e3b24 - update to 3.12.0: * Added support for Python 3.12. * Dropped support for EOL Python 3.7. * `mocker.resetall() now also resets mocks created by mocker.create_autospec (#390`_). - add upstream patch to test with pytest5 - fix_tests.patch Dirk Mueller 2023-11-07 19:36:34 +0000
  • 64799600d0 Accepting request 1100451 from devel:languages:python:pytest Ana Guerrero 2023-07-26 11:21:42 +0000
  • 90850a03a3 - update to 3.11.1: * Fixed introspection for failed `assert_has_calls * Updated type annotations for mocker.patch and mocker.spy (#364`_). Dirk Mueller 2023-07-24 19:10:39 +0000
  • 2d6b9a407e Accepting request 1082432 from devel:languages:python:pytest Dominique Leuenberger 2023-04-25 14:53:30 +0000
  • 3e9e61b0d6 Accepting request 1082415 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-24 09:15:28 +0000
  • 2490d4754d Accepting request 1039088 from devel:languages:python:pytest Dominique Leuenberger 2023-01-06 16:04:30 +0000
  • 6cae8c38a8 - Remove python_module macro definition - Remove pytest-mock-issue272-asyncio.patch - Add python-py dependency - Update to 3.10.0: * Added new mocker.stop(m) method to stop specific mocker.patch or mocker.spy calls (#319). - 3.9.0: * Expose NonCallableMagicMock via the mocker fixture (#318). - 3.8.2: * Fixed AsyncMock support for Python 3.7+ in mocker.async_stub (#302). - 3.8.1: * Fix regression caused by an explicit mock dependency in the code (#298). - 3.8.0: * Add MockerFixture.async_mock method. Thanks @PerchunPak for the PR (#296). - 3.7.0: * Python 3.10 now officially supported. * Dropped support for Python 3.6. Daniel Garcia 2022-11-30 11:28:26 +0000
  • dd2704d14b Accepting request 948117 from devel:languages:python:pytest Dominique Leuenberger 2022-01-23 15:25:41 +0000
  • 934565788f Accepting request 948100 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2022-01-22 14:52:27 +0000
  • 3478fd9e42 Accepting request 900347 from devel:languages:python:pytest Dominique Leuenberger 2021-06-19 21:01:45 +0000
  • d6cabaefe5 Accepting request 897138 from home:alarrosa:branches:devel:languages:python:pytest Matej Cepl 2021-06-03 13:50:22 +0000
  • ec85a14826 Accepting request 812814 from devel:languages:python:pytest Dominique Leuenberger 2020-06-11 12:45:28 +0000
  • 85cee62be4 - Update to 3.1.1: * Fixed performance regression caused by the ValueError raised when mocker is used as context manager (#191). Tomáš Chvátal 2020-06-09 07:59:33 +0000
  • 69081de824 Accepting request 798138 from devel:languages:python:pytest Dominique Leuenberger 2020-05-01 09:06:02 +0000
  • 8715cb0d4a - Update to 3.1.0: * Python 2.7 and 3.4 are no longer supported * New mocker fixtures added that allow using mocking functionality in other scopes Tomáš Chvátal 2020-04-27 10:21:09 +0000
  • dca62fa2d7 Accepting request 761149 from devel:languages:python:pytest Dominique Leuenberger 2020-01-16 17:13:39 +0000
  • c1fdc5c40a - Update to 2.0.0: * mocker.spy attributes for tracking returned values and raised exceptions of its spied functions are now called spy_return and spy_exception, instead of reusing the existing MagicMock attributes return_value and side_effect. * The deprecated mock alias to the mocker fixture has finally been removed. Tomáš Chvátal 2020-01-06 13:13:41 +0000
  • e64f7a3296 Accepting request 753969 from devel:languages:python:pytest Dominique Leuenberger 2019-12-11 10:59:52 +0000
  • 3bf39040c1 - Update to 1.12.1: * Fix error if mocker.patch is used in code where the source file is not available, for example stale .pyc files * Now all patch functions also raise a ValueError when used as a context-manager Tomáš Chvátal 2019-12-04 12:07:12 +0000
  • c3f98f3838 Accepting request 749236 from devel:languages:python:pytest Dominique Leuenberger 2019-11-22 09:25:44 +0000
  • fc04c77c35 Accepting request 749233 from home:frispete:python Tomáš Chvátal 2019-11-18 09:58:52 +0000
  • abc8e44210 - Update to 1.11.2: * The pytest introspection follows message is no longer shown if there is no pytest introspection (#154) * mocker now raises a ValueError when used as a context-manager Tomáš Chvátal 2019-11-05 10:53:59 +0000
  • b3f976ab26 Accepting request 734062 from devel:languages:python:pytest Dominique Leuenberger 2019-10-07 11:39:38 +0000
  • 24f04b847b - Update to 1.11.0: * The object returned by mocker.spy now also tracks the return value of the spied method/function. - Drop merged patch mock3.patch and fix_tests.patch Tomáš Chvátal 2019-09-30 12:24:55 +0000
  • 233df2937d Accepting request 730055 from devel:languages:python:pytest Dominique Leuenberger 2019-09-23 10:06:35 +0000
  • 994534d7c5 - Add back the mock 3.0 patch as the mock is being integrated now: * mock3.patch Tomáš Chvátal 2019-09-11 08:21:53 +0000
  • 348dc0c317 Accepting request 718868 from devel:languages:python:pytest Dominique Leuenberger 2019-07-30 11:06:23 +0000
  • 32a128e74c - Remove mock30.patch for now as we are not able to upgrade to mock3 yet Tomáš Chvátal 2019-07-26 12:27:26 +0000
  • 5c4df46496 - add upstream patch to test with pytest5 - fix_tests.patch Ondřej Súkup 2019-07-18 08:53:17 +0000
  • 8b4c7c2210 - Add patch from upstream to build with new mock: * mock30.patch Tomáš Chvátal 2019-05-15 17:40:12 +0000
  • 01ad45569f Accepting request 699374 from devel:languages:python:pytest Dominique Leuenberger 2019-05-02 17:13:47 +0000
  • 5e94b71b18 - Update to 1.10.4: * Fix plugin when 'terminal' plugin is disabled Tomáš Chvátal 2019-04-29 08:07:31 +0000
  • 7fffd609bb Accepting request 690275 from devel:languages:python:pytest Dominique Leuenberger 2019-04-04 10:00:26 +0000
  • 30379a6a38 - Update to 1.10.3: * Fix test suite in Python 3.8. Thanks @hroncok for the report and @blueyed for the PR (#140). Tomáš Chvátal 2019-04-01 08:36:12 +0000
  • d15ef49241 Accepting request 688629 from devel:languages:python:pytest Dominique Leuenberger 2019-03-29 19:37:41 +0000
  • dfed9bffb9 Accepting request 688627 from home:jayvdb:django Tomáš Chvátal 2019-03-26 09:41:07 +0000
  • e78171b7d2 Accepting request 674447 from devel:languages:python:pytest Stephan Kulow 2019-02-24 16:05:20 +0000
  • 48aacc1496 Accepting request 605130 from devel:languages:python Dominique Leuenberger 2018-05-11 09:26:38 +0000
  • dd3e42c536 Accepting request 599637 from devel:languages:python Dominique Leuenberger 2018-04-26 11:34:36 +0000
  • 1b2e7377ba Accepting request 582182 from devel:languages:python Dominique Leuenberger 2018-03-05 12:36:03 +0000
  • c8d84e85b7 Accepting request 563590 from devel:languages:python Dominique Leuenberger 2018-01-16 08:37:39 +0000
  • 07ca7a3be9 Accepting request 533466 from devel:languages:python Dominique Leuenberger 2017-10-21 18:20:13 +0000
  • bafad513a0 Accepting request 516165 from devel:languages:python Dominique Leuenberger 2017-08-14 10:38:47 +0000
  • 6962a44623 Accepting request 492870 from devel:languages:python Dominique Leuenberger 2017-05-16 12:28:46 +0000