diff options
Diffstat (limited to 'tests/breakpoints_manual_1n/node.py')
| -rw-r--r-- | tests/breakpoints_manual_1n/node.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/breakpoints_manual_1n/node.py b/tests/breakpoints_manual_1n/node.py new file mode 100644 index 0000000..f8c5633 --- /dev/null +++ b/tests/breakpoints_manual_1n/node.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +def execute(api): + api.log("Running") |
