Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ MockOperator
Class
MockOperator
src/bonsai/test/core/test_ifcgit.py:26–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
class
MockOperator:
27
def
__init__(self):
28
self.reports = []
29
30
def
report(self, level, message):
31
self.reports.append((level, message))
32
33
34
class
TestCreateRepo:
Callers
9
test_successful_clone
Method · 0.85
test_failed_clone_reports_error
Method · 0.85
test_push_failure_reports_error
Method · 0.85
test_conflict_mergetool_failure
Method · 0.85
test_unknown_merge_error
Method · 0.85
test_clean_merge_preview
Method · 0.85
test_conflict_preview_shows_report
Method · 0.85
test_conflict_preview_mergetool_succeeds
Method · 0.85
test_run
Method · 0.85
Calls
no outgoing calls
Tested by
9
test_successful_clone
Method · 0.68
test_failed_clone_reports_error
Method · 0.68
test_push_failure_reports_error
Method · 0.68
test_conflict_mergetool_failure
Method · 0.68
test_unknown_merge_error
Method · 0.68
test_clean_merge_preview
Method · 0.68
test_conflict_preview_shows_report
Method · 0.68
test_conflict_preview_mergetool_succeeds
Method · 0.68
test_run
Method · 0.68