MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / test_default_ignore

Method test_default_ignore

tests/test_codeyignore.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 _mem.clear()
25
26 def test_default_ignore(self):
27 res = load_file(".env")
28 self.assertIn("[ERROR] File is ignored", res)
29
30 def test_custom_ignore(self):
31 self.ignore_file.write_text("*.log\nsecrets/")

Callers

nothing calls this directly

Calls 1

load_fileFunction · 0.90

Tested by

no test coverage detected