mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make test_datetime a better citizen (issue #22540)
This commit is contained in:
parent
72b8a80e59
commit
392f4139b3
2 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
See http://www.zope.org/Members/fdrake/DateTimeWiki/TestCases
|
||||
"""
|
||||
|
||||
import decimal
|
||||
import sys
|
||||
import pickle
|
||||
import random
|
||||
|
@ -3808,7 +3809,6 @@ class Oddballs(unittest.TestCase):
|
|||
x.abc = 1
|
||||
|
||||
def test_check_arg_types(self):
|
||||
import decimal
|
||||
class Number:
|
||||
def __init__(self, value):
|
||||
self.value = value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue