kopia lustrzana https://github.com/micropython/micropython-lib
test.support: Add dummy @requires_IEEE_754 decorator.
Used e.g. by datetime/test_datetime.py.pull/208/merge
rodzic
62597352e4
commit
96a6033715
|
@ -60,3 +60,6 @@ def captured_output(stream_name):
|
||||||
|
|
||||||
def captured_stderr():
|
def captured_stderr():
|
||||||
return captured_output("stderr")
|
return captured_output("stderr")
|
||||||
|
|
||||||
|
def requires_IEEE_754(f):
|
||||||
|
return f
|
||||||
|
|
Ładowanie…
Reference in New Issue