MCPcopy Create free account
hub / github.com/numpy/numpy / test_string

Method test_string

numpy/core/tests/test_deprecations.py:150–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 naive fashion.
149 """
150 def test_string(self):
151 self.assert_deprecated(np.datetime64, args=('2000-01-01T00+01',))
152 self.assert_deprecated(np.datetime64, args=('2000-01-01T00Z',))
153
154 @pytest.mark.skipif(not _has_pytz,
155 reason="The pytz module is not available.")

Callers

nothing calls this directly

Calls 1

assert_deprecatedMethod · 0.80

Tested by

no test coverage detected