Skip to content

Commit 96a6033

Browse files
author
Paul Sokolovsky
committed
test.support: Add dummy @requires_IEEE_754 decorator.
Used e.g. by datetime/test_datetime.py.
1 parent 6259735 commit 96a6033

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.support/test/support.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ def captured_output(stream_name):
6060

6161
def captured_stderr():
6262
return captured_output("stderr")
63+
64+
def requires_IEEE_754(f):
65+
return f

0 commit comments

Comments
 (0)