MCPcopy Create free account
hub / github.com/StackStorm/st2 / _get_fixtures_pack_path

Method _get_fixtures_pack_path

st2tests/st2tests/fixturesloader.py:432–433  ·  view source on GitHub ↗
(self, fixtures_pack_name)

Source from the content-addressed store, hash-verified

430 return os.path.join(fixtures_pack_path, fixtures_type, fixture_name)
431
432 def _get_fixtures_pack_path(self, fixtures_pack_name):
433 return os.path.join(get_fixtures_base_path(), fixtures_pack_name)
434
435 def get_fixture_file_path_abs(self, fixtures_pack, fixtures_type, fixture_name):
436 return os.path.join(

Callers 1

Calls 1

get_fixtures_base_pathFunction · 0.70

Tested by

no test coverage detected