CIRCT 23.0.0git
Loading...
Searching...
No Matches
Functions | Variables
tests.conftest Namespace Reference

Functions

bool _looks_like_runtime_root (Path root)
 
Path get_runtime_root ()
 

Variables

list collect_ignore_glob
 

Function Documentation

◆ _looks_like_runtime_root()

bool tests.conftest._looks_like_runtime_root ( Path  root)
protected

Definition at line 12 of file conftest.py.

Referenced by tests.conftest.get_runtime_root().

◆ 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().

Variable Documentation

◆ collect_ignore_glob

list tests.conftest.collect_ignore_glob
Initial value:
1= [
2 "integration/hw/*.py",
3]

Definition at line 7 of file conftest.py.