Ejemplo n.º 1
0
def fail_single(tok, *tests):
    fn = just_tokenize(tok)
    return make_fails(globals(), tok.__name__, fn, tests)
Ejemplo n.º 2
0
def make_single(tok, *tests):
    fn = just_tokenize(tok, WHITE)
    return make_tests(globals(), tok.__name__, fn, tests)
Ejemplo n.º 3
0
def make_single(tok, *tests):
    fn = just_tokenize(tok, WHITE)
    return make_tests(globals(), tok.__name__, fn, tests)
Ejemplo n.º 4
0
def fail_single(tok, *tests):
    fn = just_tokenize(tok)
    return make_fails(globals(), tok.__name__, fn, tests)