This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
eefd946e60
micropython
/
tests
/
float
/
int_divzero.py
10 wiersze
145 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
tests: Split out those tests requiring float and import. Tests in basics (which should probably be renamed to core) should not rely on float, or import any non-built-in files. This way these tests can be run when those features are not available. All test in basics now pass on the pyboard using stmhal port, except for string-repr which has some issues with character hex printing.
2014-04-17 15:21:43 +00:00
try
:
1
/
0
except
ZeroDivisionError
:
print
(
"
ZeroDivisionError
"
)
tests/float: Add tests for zero to a negative power.
2017-02-02 13:04:13 +00:00
try
:
all: Update Python formatting to latest Black version 22.1.0. Signed-off-by: Damien George <damien@micropython.org>
2022-02-02 05:11:25 +00:00
0
*
*
-
1
tests/float: Add tests for zero to a negative power.
2017-02-02 13:04:13 +00:00
except
ZeroDivisionError
:
print
(
"
ZeroDivisionError
"
)