Rename this file to emphasize it's for generating test cases

.. not part of the testsuite proper.
This commit is contained in:
Jeff Epler 2024-09-18 15:12:50 -05:00
parent ce01b8c10f
commit 8f52bea49d

View file

@ -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