Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
aisch committed Dec 18, 2015
1 parent 07229b3 commit 1d2e468
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions test/test_rtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,14 @@ def test_rtp_cursor_interval(fixtures, srcs, pkt_type, expected):

@pytest.mark.parametrize(
('srcs,pkt_type,empty,expected'), [
(['empty.mjr', 'empty.mjr', 'sonic-v.mjr'], marm.vp8.VP8RTPPacket, False, 1),
(['empty.mjr', 'empty.mjr', 'sonic-v.mjr'], marm.vp8.VP8RTPPacket, True, 3),
(['empty.mjr', 'empty.mjr', 'sonic-v.mjr'],
marm.vp8.VP8RTPPacket,
False,
1),
(['empty.mjr', 'empty.mjr', 'sonic-v.mjr'],
marm.vp8.VP8RTPPacket,
True,
3),
],
)
def test_rtp_cursor_empty(fixtures, srcs, pkt_type, empty, expected):
Expand Down

0 comments on commit 1d2e468

Please sign in to comment.