Utilities for testing embedded devices
Find a file
Jan Lindemann d65a9313bc devtest.os.test.ListCmd.py: Fix import from test.py
Python 3.10 considers get_console unknown after "from devtest.os.test
import *", and "from devtest.os.test import get_console" raises

  ImportError: cannot import name 'get_console' from partially
  initialized module 'devtest.os.test' (most likely due to a circular
  import) (/home/user/local/src/jw.dev/jw-devtest/src/python/devtest/os/test/__init__.py)

This has worked up until Python 3.8.
Solved by changing "from devtest.os.test" to "from .test"

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 11:12:27 +01:00
make project.conf: Fix pkg.requires.os syntax 2025-11-17 11:12:27 +01:00
scripts jw-devtest.py: Code beautification 2025-11-17 11:12:27 +01:00
src devtest.os.test.ListCmd.py: Fix import from test.py 2025-11-17 11:12:27 +01:00
test Add test/audit 2025-11-17 11:12:27 +01:00
Makefile First commit 2025-11-17 11:12:21 +01:00
VERSION First commit 2025-11-17 11:12:21 +01:00