test modified
This commit is contained in:
parent
bc68bf7a3e
commit
5a59eac272
|
@ -5,7 +5,7 @@ Created on Sat Dec 17 09:34:47 2016
|
|||
|
||||
@author: rodolfoxps
|
||||
"""
|
||||
|
||||
import nose
|
||||
import pandas as pd
|
||||
import datetime, pytz
|
||||
from pandas.util.testing import assert_frame_equal
|
||||
|
@ -20,4 +20,8 @@ def test_dtype_utc(self):
|
|||
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ,
|
||||
datetime.datetime(2016, 12, 12, 22, 24, 6, 100001, tzinfo=pytz.utc) ])
|
||||
|
||||
assert_frame_equal(filled, expected)
|
||||
assert_frame_equal(filled, expected)
|
||||
|
||||
if __name__ == '__main__':
|
||||
nose.runmodule(argv=[__file__, '-vvs', '-x', '--pdb', '--pdb-failure'],
|
||||
exit=False)
|
Loading…
Reference in New Issue