def test_excluded_directories(name, excluded): assert Deployment.excluded(name, EXCLUDED_DIRECTORY_PATTERNS) == excluded
def test_excluded_files(name, excluded): assert Deployment.excluded(name, EXCLUDED_FILE_PATTERNS) == excluded