|
CIRCT 23.0.0git
|
Functions | |
| bool | _looks_like_runtime_root (Path root) |
| Path | get_runtime_root () |
Variables | |
| list | collect_ignore_glob |
|
protected |
Definition at line 12 of file conftest.py.
Referenced by tests.conftest.get_runtime_root().
| Path tests.conftest.get_runtime_root | ( | ) |
Determine the root directory of the ESI runtime installation. Since we need to support testing in a bunch of different configurations and environments, just semi-brute-force the search.
Definition at line 25 of file conftest.py.
References tests.conftest._looks_like_runtime_root().
| list tests.conftest.collect_ignore_glob |
Definition at line 7 of file conftest.py.