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

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

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