Skip to content

Commit b86428d

Browse files
committed
Add note about refactoring builder to only use public API
1 parent 675654d commit b86428d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/robotkernel/builders_32.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def _get_rpa_mode(data):
2020
raise DataError("One file cannot have both tests and tasks.")
2121

2222

23+
# TODO: Refactor to use public API only
24+
# https://github.com/robotframework/robotframework/commit/fa024345cb58d154e1d8384552b62788d3ed6258
25+
2326
def build_suite(code: str, cell_history: Dict[str, str], data_only: bool = False):
2427
# Init
2528
suite = TestSuite(name="Jupyter", source=os.getcwd())

0 commit comments

Comments
 (0)