MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / test_run

Method test_run

src/bonsai/test/core/test_ifcgit.py:321–323  ·  view source on GitHub ↗
(self, ifcgit)

Source from the content-addressed store, hash-verified

319
320class TestFetch:
321 def test_run(self, ifcgit):
322 ifcgit.fetch("origin").should_be_called()
323 subject.fetch(ifcgit, "origin")
324
325
326class TestRunGitDiff:

Callers

nothing calls this directly

Calls 2

should_be_calledMethod · 0.80
fetchMethod · 0.45

Tested by

no test coverage detected