Testpoints support for the server.
Classes | |
| class | BaseError |
| class | TestpointControl |
| class | UnregisteredTestpointError |
Functions | |
| testpoint_control () | |
| testpoint_checker_factory (testpoint_control) | |
| userver_config_testpoint (mockserver_info) | |
| Returns a function that adjusts the static configuration file for the testsuite. | |
Variables | |
| list | USERVER_CONFIG_HOOKS = ['userver_config_testpoint'] |
| str | DISABLED_ERROR |
| pytest_userver.plugins.testpoint.testpoint_checker_factory | ( | testpoint_control | ) |
Definition at line 39 of file testpoint.py.
| pytest_userver.plugins.testpoint.testpoint_control | ( | ) |
Definition at line 34 of file testpoint.py.
| str pytest_userver.plugins.testpoint.DISABLED_ERROR |
Definition at line 26 of file testpoint.py.
| list pytest_userver.plugins.testpoint.USERVER_CONFIG_HOOKS = ['userver_config_testpoint'] |
Definition at line 10 of file testpoint.py.