Rename this file to emphasize it's for generating test cases
.. not part of the testsuite proper.
This commit is contained in:
parent
ce01b8c10f
commit
8f52bea49d
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue