(self, fixtures_pack_name)
| 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( |
no test coverage detected