kopia lustrzana https://github.com/micropython/micropython-lib
6 wiersze
97 B
Python
6 wiersze
97 B
Python
![]() |
import unittest
|
||
|
|
||
|
def run_unittest(*classes):
|
||
|
for c in classes:
|
||
|
unittest.run_class(c)
|