The test script was failing because it changed directories during execution (to /tmp/test-config/interfaces) and then tried to use a relative path to navigate back to the repo root, which failed. Fix: Save the absolute path to repo root at the beginning and reuse it when needed instead of calculating it relative to the current directory. Fixes the error: 'cd: tests/..: No such file or directory' |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_ble_peer_interface.py | ||
| test_bleak_threading_hang.py | ||
| test_bleak_with_exec_loading.py | ||
| test_config_directory.py | ||
| test_error_recovery.py | ||
| test_fragmentation.py | ||
| test_gatt_server.py | ||
| test_installer.sh | ||
| test_integration.py | ||
| test_multi_device_simulation.py | ||
| test_prioritization.py | ||