|
CIRCT 23.0.0git
|
Public Member Functions | |
| None | test_loopback_cpp_codegen (self, Path tmp_path, str host, int port) |
| None | test_loopback_typed_cpp_codegen (self, str host, int port, Path sources_dir) |
| None | test_loopback_query_info (self, Path sources_dir) |
| None | test_loopback_query_hier (self, Path sources_dir) |
Tests for esiquery against the loopback design.
Definition at line 119 of file test_loopback_cpp.py.
| None tests.integration.test_loopback_cpp.TestLoopback.test_loopback_cpp_codegen | ( | self, | |
| Path | tmp_path, | ||
| str | host, | ||
| int | port | ||
| ) |
Build against live-connection codegen and run all probes.
Definition at line 122 of file test_loopback_cpp.py.
References tests.integration.test_loopback_cpp._build_loopback_codegen().
| None tests.integration.test_loopback_cpp.TestLoopback.test_loopback_query_hier | ( | self, | |
| Path | sources_dir | ||
| ) |
Verify esiquery hier output against the generated manifest (QUERY-HIER checks).
Definition at line 158 of file test_loopback_cpp.py.
| None tests.integration.test_loopback_cpp.TestLoopback.test_loopback_query_info | ( | self, | |
| Path | sources_dir | ||
| ) |
Verify esiquery info output against the generated manifest (QUERY-INFO checks).
Definition at line 135 of file test_loopback_cpp.py.
| None tests.integration.test_loopback_cpp.TestLoopback.test_loopback_typed_cpp_codegen | ( | self, | |
| str | host, | ||
| int | port, | ||
| Path | sources_dir | ||
| ) |
Definition at line 129 of file test_loopback_cpp.py.