CIRCT 23.0.0git
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
conftest.py File Reference

Go to the source code of this file.

Namespaces

namespace  tests
 
namespace  tests.integration
 
namespace  tests.integration.conftest
 

Functions

None tests.integration.conftest.require_tool (str tool)
 
str tests.integration.conftest.require_env (str var_name)
 
str tests.integration.conftest.run_cmd (cmd, **kwargs)
 
None tests.integration.conftest.check_lines (str stdout, list[str] expected)
 
Path tests.integration.conftest.build_cpp_test (Path sources_dir, str target, str header_subdir, Optional[str] build_subdir=None)
 
str tests.integration.conftest.run_probe (Path binary, str host, int port, str probe, Optional[list[str]] expected=None)
 

Variables

 tests.integration.conftest._logger = logging.getLogger(__name__)
 
 tests.integration.conftest.ROOT_DIR = Path(__file__).resolve().parent
 
str tests.integration.conftest.HW_DIR = ROOT_DIR / "hw"
 
str tests.integration.conftest.SW_DIR = ROOT_DIR / "sw"