test: add comment to fixture.

Change-Id: I4950968add0498003b041dc16fff05913e53d686
Reviewed-on: https://code.wireshark.org/review/31211
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2018-12-26 22:41:55 +01:00
parent 7eb3e47fa4
commit 5278244a7c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from matchers import *
@fixtures.fixture
def check_outputformat(cmd_tshark, dirs, capture_file):
''' Check a capture file against a sample, in json format. '''
def check_outputformat_real(self, pcap_file, format_option, format_file, multiline=False):
self.maxDiff = 1000000
tshark_proc = self.assertRun((cmd_tshark, '-r', capture_file(pcap_file), '-T', format_option,))