AirtestProject / AirtestProject/Poco
在实验官网pocounit时出错
- Lenguaje dominante
- Python
- Estrellas
- 2k
- Forks
- 341
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Describe the bug**
在实验官网pocounit时出错
网址https://poco.readthedocs.io/zh_CN/latest/source/doc/poco-example/play_with_unittest_framework.html
```
Traceback (most recent call last):
File "F:\Software\Python37\lib\site-packages\airtest\cli\runner.py", line 65, in runTest
six.reraise(*sys.exc_info())
File "F:\Software\Python37\lib\site-packages\six.py", line 693, in reraise
raise value
File "F:\Software\Python37\lib\site-packages\airtest\cli\runner.py", line 61, in runTest
exec(compile(code.encode("utf-8"), pyfilepath, 'exec'), self.scope)
File "F:\WorkPlace_AirTest\AirFiles\小实验\TestReporter.air\TestReporter.py", line 8, in
from pocounit.addons.hunter.runtime_logging import AppRuntimeLogging
File "F:\Software\Python37\lib\site-packages\pocounit\addons\hunter\runtime_logging.py", line 5, in
from hunter_cli.device_output import trace
ModuleNotFoundError: No module named 'hunter_cli'
```
**To Reproduce**
运行下面代码, "from pocounit.addons.hunter.runtime_logging import AppRuntimeLogging" 这一行报错
from airtest.core.api import *
auto_setup(__file__)
from pocounit.case import PocoTestCase
from pocounit.addons.poco.action_tracking import ActionTracker
from pocounit.addons.hunter.runtime_logging import AppRuntimeLogging
**python version:** `python3.7`
**poco version:** `1.0.76`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.