We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958eb61 commit b26dde2Copy full SHA for b26dde2
src/robotkernel/builders_32.py
@@ -23,6 +23,7 @@ def _get_rpa_mode(data):
23
# TODO: Refactor to use public API only
24
# https://github.com/robotframework/robotframework/commit/fa024345cb58d154e1d8384552b62788d3ed6258
25
26
+
27
def build_suite(code: str, cell_history: Dict[str, str], data_only: bool = False):
28
# Init
29
suite = TestSuite(name="Jupyter", source=os.getcwd())
0 commit comments