MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / test_empty_raises

Method test_empty_raises

tests/preprocess/test_time.py:65–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self.assertEqual(result.year, 2024)
64
65 def test_empty_raises(self):
66 with self.assertRaises(ValueError):
67 parse_filing_date(" ")
68
69 def test_unrecognised_raises(self):
70 with self.assertRaises(ValueError):

Callers

nothing calls this directly

Calls 1

parse_filing_dateFunction · 0.90

Tested by

no test coverage detected