Example #1
0
def needs_dulwich_or_skip(func):
    """Skip this test if we have no dulwich - print warning"""
    return needs_module_or_skip('dulwich')(func)
Example #2
0
def needs_dulwich_or_skip(func):
    """Skip this test if we have no dulwich - print warning"""
    return needs_module_or_skip('dulwich')(func)
Example #3
0
def needs_pygit2_or_skip(func):
    """Skip this test if we have no pygit2 - print warning"""
    return needs_module_or_skip('pygit2')(func)
Example #4
0
def needs_pygit2_or_skip(func):
    """Skip this test if we have no pygit2 - print warning"""
    return needs_module_or_skip('pygit2')(func)