testit-tms / adapters-python

Apache License 2.0
10 stars 11 forks source link

ModuleNotFoundError: No module named 'tests' после команды testit results import --help #139

Open lebedevadare opened 4 months ago

lebedevadare commented 4 months ago

После ввода команды testit results import --help получаю ошибку Traceback (most recent call last): File "/home/darya/.local/bin/testit", line 5, in from testit.main import main File "/home/darya/.local/lib/python3.10/site-packages/testit/main.py", line 69, in main() File "/home/darya/.local/lib/python3.10/site-packages/testit/main.py", line 30, in main files.append(import_module(f'tests.{file[:-3]}')) File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named 'tests'

Screenshot from 2024-04-12 16-36-00