Beispiel #1
0
def test():
    from pytest import main as m
    from os.path import dirname as d
    m(['-x', d(__file__)])
Beispiel #2
0
def test():
    from pytest import main as m
    from os.path import dirname as d
    m(['-x', d(__file__)])