예제 #1
0
def test_read_pyproject_conf_empty():
    assert config.read_pyproject_conf("") == {}
예제 #2
0
def test_read_pyproject_conf():
    assert config.read_pyproject_conf(PYPROJECT) == _read_conf