コード例 #1
0
def test_pack_zero():
    assert AMF3Integer.pack(ZERO) == ZERO_BYTES
コード例 #2
0
def test_pack_max():
    assert AMF3Integer.pack(MAX) == MAX_BYTES
コード例 #3
0
def test_pack_min():
    assert AMF3Integer.pack(MIN) == MIN_BYTES
コード例 #4
0
def test_pack_zero():
    assert AMF3Integer.pack(ZERO) == ZERO_BYTES
コード例 #5
0
def test_pack_max():
    assert AMF3Integer.pack(MAX) == MAX_BYTES
コード例 #6
0
def test_pack_min():
    assert AMF3Integer.pack(MIN) == MIN_BYTES