Esempio n. 1
0
 def test_valid_stop_position_type(self):
     DynamicSplitResultWithPosition(stop_position=ReaderPosition())
Esempio n. 2
0
 def test_invalid_stop_position_type(self):
     with self.assertRaises(AssertionError):
         DynamicSplitResultWithPosition(stop_position=1)