MCPcopy Create free account
hub / github.com/FastLED/FastLED / setUp

Method setUp

ci/tests/test_lock_database.py:73–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 """Multiple PIDs can hold read locks simultaneously."""
72
73 def setUp(self) -> None:
74 self.temp_dir = tempfile.mkdtemp()
75 self.db_path = Path(self.temp_dir) / "test_locks.db"
76 self.db = LockDatabase(self.db_path)
77
78 def tearDown(self) -> None:
79 import shutil

Callers

nothing calls this directly

Calls 1

LockDatabaseClass · 0.90

Tested by

no test coverage detected