Rename __test() to _test().
This commit is contained in:
parent
731630b5bf
commit
72fba794d6
|
@ -268,7 +268,7 @@ class Unpacker:
|
|||
|
||||
|
||||
# test suite
|
||||
def __test():
|
||||
def _test():
|
||||
p = Packer()
|
||||
packtest = [
|
||||
(p.pack_uint, (9,)),
|
||||
|
@ -321,4 +321,4 @@ def __test():
|
|||
count = count + 1
|
||||
|
||||
if __name__ == '__main__':
|
||||
__test()
|
||||
_test()
|
||||
|
|
Loading…
Reference in New Issue