Skip to content

Commit 8f52bea

Browse files
committed
Rename this file to emphasize it's for generating test cases
.. not part of the testsuite proper.
1 parent ce01b8c commit 8f52bea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: tests/make_all.py renamed to tools/make_all.py

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5+
"""
6+
Generate test cases for adafruit_pioasm, with expected results from sdk pioasm
7+
"""
8+
9+
# pylint: disable=missing-function-docstring
10+
511
import re
612
from subprocess import check_output
713

0 commit comments

Comments
 (0)