def test_Order_postprocess():
    opt = {'order': True}
    Order.postprocess(opt)

    assert opt == {'order': True}
def test_Order_preprocess():
    assert Order.preprocess('lex') == lex
示例#3
0
def test_Order_postprocess():
    opt = {'order': True}
    Order.postprocess(opt)

    assert opt == {'order': True}
示例#4
0
def test_Order_preprocess():
    assert Order.preprocess('lex') == lex
示例#5
0
def test_Order_preprocess():
    assert Order.preprocess("lex") == monomial_lex_key
示例#6
0
def test_Order_preprocess():
    assert Order.preprocess('lex') == monomial_lex_key