Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ test_clear
Function
test_clear
tests/test_modules/test_eos/test_saveddata/test_booster.py:28–33 ·
view source on GitHub ↗
(DB, StrongBluePillBooster)
Source
from the content-addressed store, hash-verified
26
27
28
def
test_clear(DB, StrongBluePillBooster):
29
try
:
30
StrongBluePillBooster.clear()
31
assert True
32
except
:
33
assert False
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected