def test_check_root_fail():
    assert not validator.check_root("setup")
def test_check_root():
    assert validator.check_root(".")
Пример #3
0
def test_check_root_fail():
    assert not validator.check_root("setup")
Пример #4
0
def test_check_root():
    assert validator.check_root(".")
Пример #5
0
def test_check_root_fail():
    assert not swc_index_validator.check_root("setup")
Пример #6
0
def test_check_root():
    assert swc_index_validator.check_root(".")