userver: testsuite.plugins.common.LoadYamlFixture Class Reference
Loading...
Searching...
No Matches
testsuite.plugins.common.LoadYamlFixture Class Reference

Detailed Description

Load yaml doc from static directory.

.. code-block:: python

def test_something(load_yaml):
    yaml_obj = load_yaml('filename.yaml')

Definition at line 175 of file common.py.

Inheritance diagram for testsuite.plugins.common.LoadYamlFixture:

Public Member Functions

typing.Any __call__ (self, types.PathOrStr filename, *args, **kwargs)

Member Function Documentation

◆ __call__()

typing.Any testsuite.plugins.common.LoadYamlFixture.__call__ ( self,
types.PathOrStr filename,
* args,
** kwargs )

Definition at line 184 of file common.py.


The documentation for this class was generated from the following file: