kopia lustrzana https://github.com/micropython/micropython-lib
test.support: Add trivial module to support basic running of CPython tests.
rodzic
7b5c61a5cf
commit
21cce35120
|
@ -0,0 +1,3 @@
|
|||
srctype=micropython-lib
|
||||
type=package
|
||||
version=0.0.1
|
|
@ -0,0 +1,5 @@
|
|||
import unittest
|
||||
|
||||
def run_unittest(*classes):
|
||||
for c in classes:
|
||||
unittest.run_class(c)
|
Ładowanie…
Reference in New Issue