()
| 43 | |
| 44 | @pytest.fixture(scope='session') |
| 45 | def scripts(): |
| 46 | return (config['scripts']) if 'scripts' in config else DEFAULT_DISPLAYED_SCRIPTS |
| 47 | |
| 48 | |
| 49 | @pytest.fixture(scope='module') |
nothing calls this directly
no outgoing calls
no test coverage detected