def test_date_is_temporal_name(self):
     assert TypeDetector.is_temporal_name('date')
 def test_address_is_not_temporal_name(self):
     assert TypeDetector.is_temporal_name('address') is False