Load yaml doc from static directory.
.. code-block:: python
def test_something(load_yaml):
yaml_obj = load_yaml('filename.yaml')
Public Member Functions | |
| typing.Any | __call__ (self, types.PathOrStr filename, *args, **kwargs) |
| typing.Any testsuite.plugins.common.LoadYamlFixture.__call__ | ( | self, | |
| types.PathOrStr | filename, | ||
| * | args, | ||
| ** | kwargs ) |