[tor-commits] [sbws/master] Remove empty test function comments

juga at torproject.org juga at torproject.org
Fri Nov 16 11:03:10 UTC 2018


commit 902aafb7a1beab169ecaf2de63c2556aae693710
Author: teor <teor at torproject.org>
Date:   Wed Nov 14 21:25:43 2018 +1000

    Remove empty test function comments
---
 tests/unit/lib/test_v3bwfile.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/unit/lib/test_v3bwfile.py b/tests/unit/lib/test_v3bwfile.py
index 21a613b..4bb8b06 100644
--- a/tests/unit/lib/test_v3bwfile.py
+++ b/tests/unit/lib/test_v3bwfile.py
@@ -65,7 +65,6 @@ def test_v3bwheader_extra_str():
 
 
 def test_v3bwheader_from_lines():
-    """"""
     header_obj = V3BWHeader(timestamp_l,
                             file_created=file_created,
                             generator_started=generator_started,
@@ -75,7 +74,6 @@ def test_v3bwheader_from_lines():
 
 
 def test_v3bwheader_from_text():
-    """"""
     header_obj = V3BWHeader(timestamp_l,
                             file_created=file_created,
                             generator_started=generator_started,





More information about the tor-commits mailing list