Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Apr 9, 2020
1 parent fd366dc commit 0b31dc8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
decode_bytestring,
decode_synchsafe_int,
determine_encoding,
encode_synchsafe_int,
get_image_size,
humanize_bitrate,
humanize_duration,
Expand Down Expand Up @@ -53,7 +54,7 @@ def _(

@test(
"decode_bytestring",
tags=['unit', 'utils', 'decode_bytestring']
tags=['unit', 'utils', 'decode_bytestring'],
)
def _(
b=each(
Expand Down Expand Up @@ -159,7 +160,7 @@ def _(

@test(
"determine_encoding",
tags=['unit', 'utils', 'determine_encoding']
tags=['unit', 'utils', 'determine_encoding'],
)
def _(
b=each(
Expand Down Expand Up @@ -228,7 +229,7 @@ def test_get_image_size():

@test(
"humanize_bitrate",
tags=['unit', 'utils', 'humanize_bitrate']
tags=['unit', 'utils', 'humanize_bitrate'],
)
def _(
bitrate=each(
Expand All @@ -251,7 +252,7 @@ def _(

@test(
"humanize_duration",
tags=['unit', 'utils', 'humanize_duration']
tags=['unit', 'utils', 'humanize_duration'],
)
def _(
duration=each(
Expand All @@ -274,7 +275,7 @@ def _(

@test(
"humanize_sample_rate",
tags=['unit', 'utils', 'humanize_sample_rate']
tags=['unit', 'utils', 'humanize_sample_rate'],
)
def _(
sample_rate=each(
Expand All @@ -297,7 +298,7 @@ def _(

@test(
"split_encoded ({b}, {encoding})",
tags=['unit', 'utils', 'split_encoded']
tags=['unit', 'utils', 'split_encoded'],
)
def _(
b=each(
Expand Down

0 comments on commit 0b31dc8

Please sign in to comment.