userver
C++ Async Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
fixture_types.py
1
"""
2
Fixture type shortcuts for use within test fixture arguments
3
annotations.
4
5
.. code-block:: python
6
7
def test_foo(foo: FooFixture):
8
...
9
"""
10
11
# pylint: disable=import-only-modules
12
# flake8: noqa
13
from
testsuite.plugins.common
import
(
14
LoadBinaryFixture,
15
LoadFixture,
16
LoadJsonFixture,
17
LoadYamlFixture,
18
OpenFileFixture,
19
SearchPathFixture,
20
)
21
from
testsuite.mockserver.classes
import
(
22
MockserverInfoFixture,
23
MockserverRequest,
24
MockserverSslInfoFixture,
25
)
26
from
testsuite.mockserver.server
import
MockserverFixture, MockserverSslFixture
27
from
testsuite.plugins.testpoint
import
TestpointFixture
en
testsuite
_internal
fixture_types.py
Generated on
for userver by
Doxygen
1.17.0