This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
4f67285ddf
micropython-lib
/
test.support
/
test
/
support.py
6 wiersze
97 B
Python
Czysty
Wina
Historia
import
unittest
def
run_unittest
(
*
classes
)
:
for
c
in
classes
:
unittest
.
run_class
(
c
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik