Commit Graph

  • 3d25cc854e Accepting request 1189022 from devel:languages:python factory Dominique Leuenberger 2024-07-24 13:33:00 +0000
  • 102b37f18a Accepting request 1189009 from home:glaubitz:branches:devel:languages:python Matej Cepl 2024-07-22 11:57:02 +0000
  • 1da8a5d649 Accepting request 1112726 from devel:languages:python Ana Guerrero 2023-09-21 20:20:26 +0000
  • 5e5fd1e11e - Include in SLE-15 (bsc#1159018, jsc#PM-1507) Dirk Mueller 2023-09-21 08:25:43 +0000
  • 457555cb20 Accepting request 1104007 from devel:languages:python Ana Guerrero 2023-08-16 12:16:32 +0000
  • a8b0c2ac58 - Add patch fix-assert-method.patch: * Use correct assertion method. Steve Kowalik 2023-08-15 09:03:34 +0000
  • f7b0cf9e8a Accepting request 1086781 from devel:languages:python Dominique Leuenberger 2023-05-13 15:17:23 +0000
  • 89c0cecae5 Improve changelog Matej Cepl 2023-05-12 14:11:23 +0000
  • b61a7103c7 - Add skip_failing_teardown.patch (gh#wolever/parameterized#167) to overcome failing tearDownModule(). Matej Cepl 2023-05-12 09:56:27 +0000
  • b885dec7f5 - WORK IN PROGRESS, THE TEST SUITE ERRROS! Matej Cepl 2023-05-10 07:33:39 +0000
  • 0483396934 - Update to 0.9.0: - Drop support for Python 2.X, 3.5, and 3.6; Add support for Python 3.10, 3.11 - Modernize from setup.py -> pyproject.toml - Add `namespace argument to @parameterize.expand - Add support for IsolatedAsyncioTestCase - Work around for bug bpo-40126 in older versions of mock - Allow str, bytes, and any non-iterable input to be passed to @parameterized without wrapping in a tuple - Fix class-level mock.patch.multiple` Matej Cepl 2023-05-10 07:32:40 +0000
  • f9077c5238 Accepting request 1081845 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:51 +0000
  • d9f94a8571 Accepting request 1081509 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:18:48 +0000
  • ea2dfe11e0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=28 Matej Cepl 2023-04-12 15:52:27 +0000
  • 723ea295ff Accepting request 998409 from devel:languages:python Dominique Leuenberger 2022-08-23 12:25:32 +0000
  • 4c6a6e4d5f Accepting request 998256 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-08-20 21:28:47 +0000
  • 2c490486be Accepting request 970263 from devel:languages:python Dominique Leuenberger 2022-04-17 21:49:43 +0000
  • 877e19b915 Accepting request 970235 from home:bnavigator:branches:devel:languages:python Markéta Machová 2022-04-15 04:28:25 +0000
  • 984e84fc16 Accepting request 967529 from devel:languages:python Dominique Leuenberger 2022-04-08 23:43:55 +0000
  • 92ced78c47 Accepting request 967498 from home:pgajdos:python Markéta Machová 2022-04-07 14:59:10 +0000
  • 183d103803 Accepting request 834328 from devel:languages:python Dominique Leuenberger 2020-10-29 08:45:04 +0000
  • 1d328b93fb - Add remove_nose.patch to eliminate nose dependency. The patch is not very good, it still skips plenty of yield tests (which were ignored even before, so it is not even a regression). Matej Cepl 2020-09-14 15:12:33 +0000
  • 2dace45397 Accepting request 826613 from devel:languages:python Dominique Leuenberger 2020-08-15 19:14:18 +0000
  • 3f9d7d9c4b Accepting request 826573 from home:jayvdb:py-submit Tomáš Chvátal 2020-08-14 06:52:17 +0000
  • f95aa9541c Accepting request 811024 from devel:languages:python Dominique Leuenberger 2020-06-05 18:00:19 +0000
  • f9448678ab Accepting request 811023 from home:pgajdos:python Tomáš Chvátal 2020-06-03 07:57:45 +0000
  • 34a83dc49f Accepting request 754448 from devel:languages:python Dominique Leuenberger 2019-12-11 11:09:42 +0000
  • 7d01845bb4 - Update to 0.7.1: - calling setUp and tearDown in parameterized classesq - Add skip_Documentation_tests.patch to skip over test cases, failing with Python 3.8. gh#wolever/parameterized#84 Matej Cepl 2019-12-05 15:15:14 +0000
  • 677fb35f2e Accepting request 745383 from devel:languages:python Dominique Leuenberger 2019-11-22 09:19:21 +0000
  • 1fd3449c50 - remove pytest test, enable other test frameworks Ondřej Súkup 2019-11-05 09:32:00 +0000
  • 16dea51c6d Fix tests Ondřej Súkup 2019-11-04 14:08:49 +0000
  • af5bf83710 Accepting request 725098 from devel:languages:python Dominique Leuenberger 2019-08-22 08:55:59 +0000
  • 63c18ae3f8 - Use pytest 3.x series as newer use different syntax Tomáš Chvátal 2019-08-21 14:41:44 +0000
  • 29a6234440 Accepting request 685370 from devel:languages:python Dominique Leuenberger 2019-03-22 14:03:37 +0000
  • 58f243de7a - Update to 0.7.0: * Added parameterized_class feature, for parameterizing entire test classes (many thanks to @TobyLL for their suggestions and help testing!) * Fix DeprecationWarning on inspect.getargs (thanks @brettdh; https://github.com/wolever/parameterized/issues/67) * Make sure that setUp and tearDown methods work correctly (#40) * Raise a ValueError when input is empty (thanks @danielbradburn; https://github.com/wolever/parameterized/pull/48) * Fix the order when number of cases exceeds 10 (thanks @ntflc; https://github.com/wolever/parameterized/pull/49) Tomáš Chvátal 2019-03-15 13:41:10 +0000
  • b52f8aad98 Accepting request 659532 from devel:languages:python Dominique Leuenberger 2018-12-24 10:40:45 +0000
  • 788f12bf39 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:44:32 +0000
  • d3592feb9f Accepting request 609894 from devel:languages:python Dominique Leuenberger 2018-05-29 08:28:45 +0000
  • 9a78a78fb1 Accepting request 609877 from devel:languages:python:misc Todd R 2018-05-16 17:36:46 +0000