MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_none

Method test_none

test/engine/test_processors.py:116–118  ·  view source on GitHub ↗
(self, meth)

Source from the content-addressed store, hash-verified

114
115 @combinations("str_to_datetime", "str_to_time", "str_to_date")
116 def test_none(self, meth):
117 fn = getattr(self.module, meth)
118 is_none(fn(None))
119
120
121class PyDateProcessorTest(_DateProcessorTest):

Callers

nothing calls this directly

Calls 1

is_noneFunction · 0.90

Tested by

no test coverage detected