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