Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_fixtures_path
Function
get_fixtures_path
st2tests/st2tests/base.py:815–816 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
813
814
815
def
get_fixtures_path():
816
return
os.path.join(os.path.dirname(__file__),
"fixtures"
)
817
818
819
def
get_resources_path():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected