File diff d845332c7e4e → 5140ca64f6d2
tests/test_config.py
Show inline comments
...
 
@@ -39,6 +39,5 @@ def test_repository_from_environment():
 
        assert config.repository_path().parts == ('/', 'usr', 'local')
 

	
 
def test_no_repository():
 
    with update_environ(CONSERVANCY_REPOSITORY=None):
 
        config = config_mod.Config()
 
        assert config.repository_path() is None
 
    config = config_mod.Config()
 
    assert config.repository_path() is None