Esempio n. 1
0
#!/usr/bin/env python3

from test_generation import test_generation

test_generation("tests/dik.yaml", "lexicons/dik.yaml")
Esempio n. 2
0
def generate_data_set(CG):
    L = [[1, 2, 4, 5, "exit"], [1, 3, 4, 6, "exit"]]
    for path in L:
        print(test_generation(CG, path))
Esempio n. 3
0
#!/usr/bin/env python3

from test_generation import test_generation

test_generation("tests/pratt.yaml", "lexicons/pratt.yaml")