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

Path tests.integration.conftest.get_runtime_root ()
 
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)
 

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"