Exemplo n.º 1
0
def test_hexdump():
    assert utils.hexdump("one\0"*10)
Exemplo n.º 2
0
 def test_simple(self):
     assert utils.hexdump("one\0" * 10)
Exemplo n.º 3
0
 def test_simple(self):
     assert utils.hexdump("one\0" * 10)