Added Alias cog (#780)

This commit is contained in:
Will
2017-06-21 16:59:26 -04:00
committed by Twentysix
parent 80756ba490
commit 8fa967cb91
6 changed files with 507 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ def patch_relative_to(monkeysession):
monkeysession.setattr("pathlib.Path.relative_to", fake_relative_to)
@pytest.fixture(scope="module")
@pytest.fixture
def repo_manager(tmpdir_factory, config):
config.register_global(repos={})
rm = RepoManager(config)