Skip to content

Commit

Permalink
TST: formatting tests for tz in Series
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Sep 9, 2015
1 parent ae1bfb0 commit 2bddfcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ def test_constructor_with_datetime_tz(self):
self.assertTrue(s.dtype.name == 'datetime64[ns, US/Eastern]')
self.assertTrue(s.dtype == 'datetime64[ns, US/Eastern]')
self.assertTrue(com.is_datetime64tz_dtype(s.dtype))
self.assertTrue('datetime64[ns, US/Eastern]' in str(s))

# export
result = s.values
Expand Down

0 comments on commit 2bddfcf

Please sign in to comment.