This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Move requires_IEEE_754 decorator from test_complex into test.support
Type: Stage: resolved
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: eric.smith Nosy List: eric.smith, mark.dickinson
Priority: low Keywords: easy

Created on 2010-12-04 13:19 by eric.smith, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg123346 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2010-12-04 13:19
The decorator could be shared in at least datetimetester, test_cmath, test_complex, test_decimal, test_fractions, test_long, and test_math.
msg123347 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-12-04 13:21
+1.
msg123349 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2010-12-04 13:32
Moved from test_math.py into support.py in r87040. I'll fix up the other modules shortly.
msg123357 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2010-12-04 15:18
Modified all other tests to use support.requires_IEEE_754 in r87043.
History
Date User Action Args
2022-04-11 14:57:09adminsetgithub: 54833
2010-12-04 15:18:48eric.smithsetstatus: open -> closed
resolution: accepted
messages: + msg123357

stage: resolved
2010-12-04 13:32:49eric.smithsetmessages: + msg123349
2010-12-04 13:21:31mark.dickinsonsetmessages: + msg123347
2010-12-04 13:19:29eric.smithcreate