def test_specific_path(self): vinda.look(path='dist', ignore=['.git', '.DS_Store'])
def test_default_path(self): vinda.look(ignore=['.git', '.DS_Store', 'dist'])