mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Remove debug trace.
This commit is contained in:
parent
75a8f57036
commit
b49d01693d
1 changed files with 0 additions and 3 deletions
3
tests.py
3
tests.py
|
|
@ -82,9 +82,6 @@ class TestMethods(unittest.TestCase):
|
|||
ok_files.append(test_case_name)
|
||||
print("{}\t: \033[94mOK\033[0m".format(test_case_name.ljust(60, ' ')))
|
||||
else:
|
||||
print(result)
|
||||
print("---------------------")
|
||||
print(ground_truth_ndpi[test_case_name])
|
||||
ko_files.append(test_case_name)
|
||||
print("{}\t: \033[31mKO\033[0m".format(test_case_name.ljust(60, ' ')))
|
||||
del streamer_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue