willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Update parameterized to 0.7.0 #178

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates parameterized from 0.6.1 to 0.7.0.

Changelog ### 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) ``` ### 0.6.2 ``` * 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) ```
Links - PyPI: https://pypi.org/project/parameterized - Changelog: https://pyup.io/changelogs/parameterized/ - Repo: https://github.com/wolever/parameterized
codecov[bot] commented 5 years ago

Codecov Report

Merging #178 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   71.86%   71.86%           
=======================================
  Files           6        6           
  Lines         455      455           
  Branches       25       25           
=======================================
  Hits          327      327           
  Misses        117      117           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4216eff...2f61db7. Read the comment docs.