@@ -37,7 +37,7 @@ class RFStream:
3737 ROBOT_LISTENER_API_VERSION = 2
3838
3939 def __init__ (self , * args , ** kwargs ):
40- from robot_stream ._impl import _RobotOutputImpl , _Config
40+ from robot_out_stream ._impl import _RobotOutputImpl , _Config
4141
4242 config = _Config ()
4343
@@ -121,7 +121,7 @@ def end_suite(self, name, attributes):
121121 # "tests": ["First task", "Second task"],
122122 # "suites": [],
123123 # "totaltests": 2,
124- # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-184\\test_robot_stream0\\test_robot_stream \\robot1.robot",
124+ # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-184\\test_robot_out_stream0\\test_robot_out_stream \\robot1.robot",
125125 # "statistics": "2 tasks, 1 passed, 1 failed",
126126 # }
127127 return self ._robot_output_impl .end_suite (
@@ -166,7 +166,7 @@ def end_test(self, name, attributes):
166166 # "doc": "",
167167 # "tags": [],
168168 # "lineno": 15,
169- # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-187\\test_robot_stream0\\test_robot_stream \\robot1.robot",
169+ # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-187\\test_robot_out_stream0\\test_robot_out_stream \\robot1.robot",
170170 # "starttime": "20221004 16:23:10.403",
171171 # "endtime": "20221004 16:23:10.412",
172172 # "elapsedtime": 9,
@@ -191,7 +191,7 @@ def start_keyword(self, name, attributes):
191191 # "assign": [],
192192 # "tags": [],
193193 # "lineno": 7,
194- # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-170\\test_robot_stream0\\test_robot_stream \\robot1.robot",
194+ # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-170\\test_robot_out_stream0\\test_robot_out_stream \\robot1.robot",
195195 # "type": "KEYWORD",
196196 # "status": "NOT SET",
197197 # "starttime": "20221003 16:20:21.234",
@@ -241,7 +241,7 @@ def end_keyword(self, name, attributes):
241241 # "assign": [],
242242 # "tags": [],
243243 # "lineno": 7,
244- # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-191\\test_robot_stream0\\test_robot_stream \\robot1.robot",
244+ # "source": "C:\\Users\\fabio\\AppData\\Local\\Temp\\pytest-of-fabio\\pytest-191\\test_robot_out_stream0\\test_robot_out_stream \\robot1.robot",
245245 # "type": "KEYWORD",
246246 # "status": "PASS",
247247 # "starttime": "20221004 16:27:46.959",
0 commit comments