1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
testDefaultInit (prototest.mysql.handshake.TestClientHandshake) ... ok
testKeywordInit (prototest.mysql.handshake.TestClientHandshake) ... ok
testPack (prototest.mysql.handshake.TestClientHandshake) ... ok
testUnpackInit (prototest.mysql.handshake.TestClientHandshake) ... ok
testBadCommands (__main__.TestCommand) ... ok
testEmptyCommand (__main__.TestCommand) ... ok
testInitDBCommand (__main__.TestCommand) ... ok
testInvalidCommands (__main__.TestCommand) ... ok
testPingCommand (__main__.TestCommand) ... ok
testQuitCommand (__main__.TestCommand) ... ok
testQuitCommandData (__main__.TestCommand) ... ok
testRangeColumn (__main__.TestCommand) ... ok
testRangeQuery (__main__.TestCommand) ... ok
testRangeResult (__main__.TestCommand) ... ok
testDefaultInit (prototest.mysql.result.TestCountResult) ... ok
testKeywordInit (prototest.mysql.result.TestCountResult) ... ok
testUnpackInit (prototest.mysql.result.TestCountResult) ... ok
testDefaultInit (prototest.mysql.result.TestEofResult) ... ok
testDefaultInit40 (prototest.mysql.result.TestEofResult) ... ok
testKeywordInit (prototest.mysql.result.TestEofResult) ... ok
testUnpackInit (prototest.mysql.result.TestEofResult) ... ok
testUnpackInit40 (prototest.mysql.result.TestEofResult) ... ok
testDefaultInit (prototest.mysql.result.TestErrorResult) ... ok
testDefaultInit40 (prototest.mysql.result.TestErrorResult) ... ok
testKeywordInit (prototest.mysql.result.TestErrorResult) ... ok
testUnpackInit (prototest.mysql.result.TestErrorResult) ... ok
testUnpackInit40 (prototest.mysql.result.TestErrorResult) ... ok
testBadGetAttr (prototest.mysql.bitfield.TestField) ... ok
testBadSetAttr (prototest.mysql.bitfield.TestField) ... ok
testDataInit (prototest.mysql.bitfield.TestField) ... ok
testDefaultInit (prototest.mysql.bitfield.TestField) ... ok
testGetAttr (prototest.mysql.bitfield.TestField) ... ok
testSetAttr (prototest.mysql.bitfield.TestField) ... ok
testDBOverrun (__main__.TestHandshake) ... ok
testEmptyRangeClientHandshake (__main__.TestHandshake) ... ok
testMaxRangeClientHandshake (__main__.TestHandshake) ... ok
testNullClientHandshake (__main__.TestHandshake) ... ok
testScrambleOverrun (__main__.TestHandshake) ... ok
testSimple (__main__.TestHandshake) ... ok
testUserOverrun (__main__.TestHandshake) ... ok
testDefaultInit (prototest.mysql.result.TestOkResult) ... ok
testDefaultInit40 (prototest.mysql.result.TestOkResult) ... ok
testKeywordInit (prototest.mysql.result.TestOkResult) ... ok
testUnpackInit (prototest.mysql.result.TestOkResult) ... ok
testUnpackInit40 (prototest.mysql.result.TestOkResult) ... ok
testDefaultInit (prototest.mysql.packet.TestPacket) ... ok
testKeywordInit (prototest.mysql.packet.TestPacket) ... ok
testPack (prototest.mysql.packet.TestPacket) ... ok
testPackRange (prototest.mysql.packet.TestPacket) ... ok
testUnpackInit (prototest.mysql.packet.TestPacket) ... ok
testDefaultInit (prototest.mysql.command.TestQueryCommand) ... ok
testKeywordInit (prototest.mysql.command.TestQueryCommand) ... ok
testPack (prototest.mysql.command.TestQueryCommand) ... ok
testUnpackInit (prototest.mysql.command.TestQueryCommand) ... ok
testDefaultInit (prototest.mysql.handshake.TestServerHandshake) ... ok
testKeywordInit (prototest.mysql.handshake.TestServerHandshake) ... ok
testPack (prototest.mysql.handshake.TestServerHandshake) ... ok
testUnpackInit (prototest.mysql.handshake.TestServerHandshake) ... ok
----------------------------------------------------------------------
Ran 58 tests
OK
|