From 8f52bea49da071e08cafc52e15856ecae7890434 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 18 Sep 2024 15:12:50 -0500 Subject: [PATCH] Rename this file to emphasize it's for generating test cases .. not part of the testsuite proper. --- {tests => tools}/make_all.py | 6 ++++++ 1 file changed, 6 insertions(+) rename {tests => tools}/make_all.py (96%) diff --git a/tests/make_all.py b/tools/make_all.py similarity index 96% rename from tests/make_all.py rename to tools/make_all.py index d3ca0da..e71cb97 100644 --- a/tests/make_all.py +++ b/tools/make_all.py @@ -2,6 +2,12 @@ # # SPDX-License-Identifier: MIT +""" +Generate test cases for adafruit_pioasm, with expected results from sdk pioasm +""" + +# pylint: disable=missing-function-docstring + import re from subprocess import check_output