Exemplo n.º 1
0
def test_trace():
    for itm in vector:
        test.trace_script(          itm)
        test.trace_env("env",       itm)
        test.trace_io("io",         itm)
        test.trace_layer("layer",   itm)
        test.tag_value("test",      itm)
Exemplo n.º 2
0
def test_load():
    #for i in range(100000):
    for i in range(10000):
        test.assert_equal(1, 2, "long data" * 64)
        test.assert_equal(1, 1, "long data" * 64)
        test.trace_script( "long data" * 64)
        test.tag_value("test","value")
Exemplo n.º 3
0
def test_load():
    for i in range(500000):
        test.assert_equal(1, 2, u"long data" * 64)
        test.assert_equal(1, 1, u"long data" * 64)
        time.sleep(0.00)
        test.trace_script( u"long data" * 2)
        test.tag_value("test","value")
Exemplo n.º 4
0
def test_load():
    #for i in range(100000):
    for i in range(10000):
        test.assert_equal(1, 2, u"long data" * 64)
        test.assert_equal(1, 1, u"long data" * 64)
        test.trace_script(u"long data" * 64)
        test.tag_value("test", "value")
Exemplo n.º 5
0
def tagvalue():
    test.tag_value("tag", "value")
Exemplo n.º 6
0
def tagvalue():
    test.tag_value("tag", "value")