mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
Utilities for testing embedded devices
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> |
||
|---|---|---|
| make | ||
| scripts | ||
| src | ||
| test | ||
| Makefile | ||
| VERSION | ||