예제 #1
0
 def test_valid_stop_position_type(self):
     DynamicSplitResultWithPosition(stop_position=ReaderPosition())
예제 #2
0
 def test_invalid_stop_position_type(self):
     with self.assertRaises(AssertionError):
         DynamicSplitResultWithPosition(stop_position=1)