Skip to content

Commit b72b109

Browse files
committed
Rename so that pytest runs the unit tests
1 parent fab1249 commit b72b109

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit.py renamed to tests/test_unit.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
import sys
65
import unittest
76
import random
87

9-
sys.path.append(".")
10-
11-
# pylint: disable=C0413
128
import adafruit_miniqr
139

1410

0 commit comments

Comments
 (0)