emdbg.bench

Test Benches

A test bench uses a specific combination of pre-configured modules. Connecting to a test bench uses the Python GDB with all scripts imported.

 1# Copyright (c) 2023, Auterion AG
 2# SPDX-License-Identifier: BSD-3-Clause
 3
 4"""
 5# Test Benches
 6
 7A test bench uses a specific combination of pre-configured modules.
 8Connecting to a test bench uses the Python GDB with all scripts imported.
 9
10
11"""
12
13from .fmu import debug as fmu, shell
14from .skynode import debug as skynode