From d0ae9f329685a19136cfd9a890b305db3bc384b9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 30 Jun 2022 12:11:59 +0200 Subject: Improve tests --- tests/simple_breakpoints_manual_1n/node.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/simple_breakpoints_manual_1n/node.py (limited to 'tests/simple_breakpoints_manual_1n/node.py') diff --git a/tests/simple_breakpoints_manual_1n/node.py b/tests/simple_breakpoints_manual_1n/node.py deleted file mode 100644 index f8c5633..0000000 --- a/tests/simple_breakpoints_manual_1n/node.py +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env python - -def execute(api): - api.log("Running") -- cgit v1.2.3