1. d89a1c1 [third_party] Add parameterized as third party importable library by Theodore Siu · 2 years, 9 months ago main master
  2. ff5a1da Bump to 0.7.4 by David Wolever · 4 years, 1 month ago v0.7.4
  3. 927b88b Rename get_classname_suffix -> get_class_name_suffix by David Wolever · 4 years, 1 month ago
  4. 413fa25 Rename classname_func to class_name_func, deprecate classname_func by David Wolever · 4 years, 1 month ago
  5. a49e33c Update changelog by David Wolever · 4 years, 1 month ago
  6. 8a6a958 Clean up and document classname_func by David Wolever · 4 years, 1 month ago
  7. 6e80b2f Fix arguments to skip_on_empty helper by David Wolever · 4 years, 1 month ago
  8. 8b85aff Merge pull request #99 from Ikke/fix-tests-py-382 by David Wolever · 4 years, 1 month ago
  9. 0d4c35c Use correct local variable name in tests for py-3.8.2 by Kevin Daudt · 4 years, 1 month ago
  10. 6a31d87 Small cleanup to LICENSE by David Wolever · 4 years, 1 month ago v0.7.3
  11. c40296e Bump to 0.7.3 by David Wolever · 4 years, 1 month ago
  12. 0ed3158 Decode README as utf-8 in setup.py by David Wolever · 4 years, 1 month ago
  13. 1a41d9a Merge pull request #80 from jinnovation/patch-1 by David Wolever · 4 years, 1 month ago
  14. 55cc66f Merge pull request #77 from LWprogramming/parameter_typo by David Wolever · 4 years, 1 month ago
  15. 77727e3 Add Python 3.9 compat by David Wolever · 4 years, 1 month ago
  16. 044bf05 Move from Travis -> Circle by David Wolever · 4 years, 1 month ago
  17. 7406a08 Bump to 0.7.2 by David Wolever · 4 years, 1 month ago
  18. 86a7463 Add Python 3.8 to tox by David Wolever · 4 years, 1 month ago
  19. da16060 Merge branch 'pull-74' by David Wolever · 4 years, 1 month ago
  20. 4d73fbe Fix README by David Wolever · 4 years, 6 months ago v0.7.1
  21. 39ab19f Merge pull request #83 from wolever/issue-73-setup-teardown by David Wolever · 4 years, 6 months ago
  22. e5a786f Remove unicode from parameterized.py by David Wolever · 4 years, 6 months ago upstream/issue-73-setup-teardown
  23. 76c5dab Bump version by David Wolever · 4 years, 6 months ago
  24. af92735 Fix issue #73: setup/teardown in parameterized classes by David Wolever · 4 years, 6 months ago
  25. 5e2b26e Doc tweak by David Wolever · 4 years, 6 months ago
  26. f82318d Add rebuild-travis-yaml script, update travis yaml by David Wolever · 4 years, 6 months ago
  27. 265eb0f Update README with better support matrix by David Wolever · 4 years, 6 months ago
  28. a8dc4cc Clean up test definitions a bit by David Wolever · 4 years, 6 months ago
  29. d902479 README: testcase_func_name -> name_func by Jonathan Jin · 4 years, 6 months ago
  30. 5ed374b Fix typo by Leon Wu · 4 years, 10 months ago
  31. 2b20a1a Pin Tox version to 3.7.0 by Duncan Webb · 5 years ago
  32. 3719382 Added unit tests to demonstrate the use by Duncan Webb · 5 years ago
  33. 0406b14 Added default_classname_func() and changed parameterized_class to use it if no classname_func parameter is provided by Duncan Webb · 5 years ago
  34. 85222cf Add test for mock.patch in a standalone function by David Wolever · 5 years ago
  35. 759b64c Add explicit tests for pytest{2,3,4} by David Wolever · 5 years ago
  36. 2279f51 Add my name to LICENSE.txt by David Wolever · 5 years ago
  37. 9a10414 Merge pull request #68 from simonw/patch-1 by David Wolever · 5 years ago
  38. e14302d Add PyPI badge by Simon Willison · 5 years ago
  39. 3967730 Fix parameterized_class in docs by David Wolever · 5 years ago
  40. e95d930 Add note about iterable parameters by David Wolever · 5 years ago
  41. ec636fe Bump to version 0.7.0 by David Wolever · 5 years ago
  42. ef4c55a Fix #62: clarify LICENSE.txt by David Wolever · 5 years ago
  43. d8c896e Fix #64: export parameterized_class from __init__ by David Wolever · 5 years ago
  44. a940fcd Fix #66: Document interaction with mock.patch by David Wolever · 5 years ago
  45. f147041 Fix #67: don't use inspect.getargspec with Python 3 by David Wolever · 5 years ago
  46. 4cd3b99 Pin tests to pytest < 3 by David Wolever · 5 years ago
  47. 3d63a78 Merge branch 'pull-50' by David Wolever · 5 years ago
  48. 7a3df85 Update README by David Wolever · 5 years ago
  49. 014dcb1 CLean up parameterized_class by David Wolever · 5 years ago
  50. 06c418d Merge branch 'pull-49' by David Wolever · 6 years ago
  51. 8680c81 Merge branch 'master' of github.com:wolever/parameterized by David Wolever · 6 years ago
  52. 18e889a Merge branch 'pull-48' by David Wolever · 6 years ago
  53. 1858887 Add skip_on_empty option to skip tests on an empty iterable by David Wolever · 6 years ago
  54. a079082 Merge pull request #53 from ukinau/support_patch_class_decorator by David Wolever · 6 years ago
  55. 6faa278 Refactor comment and code around support patch class decorator by Yuki Nishiwaki · 6 years ago
  56. b905ef7 Add unittest for support mock.patch class decorator by Yuki Nishiwaki · 6 years ago
  57. 89807d3 Support mock.patch class decorator by Yuki Nishiwaki · 6 years ago
  58. a07a578 Merge branch 'fixing-rdme' into parameterized-class by unknown · 6 years ago
  59. 2fccb14 reformat to readme by Unknown · 6 years ago
  60. b7bf5d4 update for rmde by Unknown · 6 years ago
  61. 522813b minor update to README file by Unknown · 6 years ago
  62. 8e840a6 updated usage of parameterized_class in a real example by Unknown · 6 years ago
  63. 9e6d776 update changelog by ntflc · 6 years ago
  64. 6029e44 delete a test case by ntflc · 6 years ago
  65. 587af6d Updated Doc and test format by Unknown · 6 years ago
  66. e492dae add test case by ntflc · 6 years ago
  67. a4ad5a6 updated tests with use of fn expect by Unknown · 6 years ago
  68. 7456b66 update to tests by Unknown · 6 years ago
  69. 7ead5be parameterized_class updates for PR by Unknown · 6 years ago
  70. 4520ef0 Maybe this will work on travis by David Wolever · 6 years ago
  71. a586e8b added docstring to new method by Unknown · 6 years ago
  72. a3618dd Remove py26, py33, add py35, py36 to travis.yml by David Wolever · 6 years ago
  73. 08be0ee Remove py26 from tox by David Wolever · 6 years ago
  74. 4319f17 added parameterized class functionallity by Unknown · 6 years ago
  75. c5b1d53 fix the order when number of cases exceeds 10 by ntflc · 7 years ago
  76. be8fe0e also made parameterized.expand raise an exception on empty input by danielbradburn · 7 years ago
  77. 372ff84 added info to changelog by danielbradburn · 7 years ago
  78. e20d8e6 Added a check to parameterized which raises a ValueError when the input iterable is empty, this is probably due to some programmer error and means that no tests are run when this was probably not intended by danielbradburn · 7 years ago
  79. d486638 Remove un-used (and not working) pytest_skip by David Wolever · 7 years ago
  80. 96593a3 Make sure that setUp and tearDown methods work. by David Wolever · 7 years ago
  81. 173e499 Update misspelling helper by David Wolever · 7 years ago
  82. 974d527 Bump to 0.6.1 by David Wolever · 7 years ago
  83. c210f77 Officially rename to 'parameterized' by David Wolever · 7 years ago
  84. 6b2065e Add misspelt helper package by David Wolever · 7 years ago
  85. 1e9e974 Merge branch 'master' of github.com:wolever/nose-parameterized by David Wolever · 8 years ago
  86. 2244a23 Bump readme, tox.ini by David Wolever · 8 years ago
  87. 5f316ef Merge pull request #33 from anweshadas/master by David Wolever · 8 years ago
  88. fc11bc0 Adds license information to the setup function by Anwesha Das · 8 years ago
  89. 5c18c71 Whoops, forgot to run tests by David Wolever · 8 years ago
  90. 857ec25 Ensure iterables are unwrapped exactly once. by David Wolever · 8 years ago
  91. 1ddbe85 Add travis badge by David Wolever · 8 years ago
  92. 4fd04b8 Deal with leading whitespace in docstrings by David Wolever · 9 years ago
  93. 857afd3 Include parameters in docstrings by David Wolever · 9 years ago
  94. 0edac70 Rename testcase_func_{doc,name} to {doc,name}_func by David Wolever · 9 years ago
  95. 2ecc288 Support ALL the things. Bump to 0.5.0. by David Wolever · 9 years ago
  96. df8617e Compatibilty with nose2 and green by Marek Mazur · 9 years ago
  97. ce6d611 Fix no named args bug (close #25) by David Wolever · 9 years ago
  98. 5db4601 Cleanup by David Wolever · 9 years ago
  99. 0228773 Bump to 0.4.1 by David Wolever · 9 years ago
  100. 04557dc Fix empty docstring (close #24) by David Wolever · 9 years ago