()
| 734 | |
| 735 | @pytest.fixture |
| 736 | def context_testdata() -> None: |
| 737 | reset_context() |
| 738 | context._set_raw_data( |
| 739 | { |
| 740 | "testdata": YamlRawParameter.make_raw_parameters( |
| 741 | "testdata", yaml.loads(TEST_CONDARC) |
| 742 | ) |
| 743 | } |
| 744 | ) |
| 745 | |
| 746 | |
| 747 | # HTTP Test Server Fixtures |
nothing calls this directly
no test coverage detected
searching dependent graphs…