MCPcopy Create free account
hub / github.com/copier-org/copier / test_include_pattern

Function test_include_pattern

tests/test_copy.py:265–267  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

263
264
265def test_include_pattern(tmp_path: Path) -> None:
266 render(tmp_path, exclude=["!.*"])
267 assert (tmp_path / ".svn").exists()
268
269
270@pytest.mark.xfail(

Callers

nothing calls this directly

Calls 1

renderFunction · 0.85

Tested by

no test coverage detected