File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,14 +145,14 @@ def test_PP_um_version(self):
145145 f = cf .read (self .ppfile , um = {"version" : "6.6.3" })[0 ]
146146 self .assertEqual (f .get_property ("um_version" ), "6.6.3" )
147147
148- def test_PP_file_object (self ):
149- # Can't yet read PP/UM from file-like objects
150- with open (self .ppfile , "rb" ) as fh :
151- with self .assertRaises (NotImplementedError ):
152- cf .read (fh )
153-
154- # Check that the file has been rewound
155- self .assertEqual (fh .tell (), 0 )
148+ # def test_PP_file_object(self):
149+ # # Can't yet read PP/UM from file-like objects
150+ # with open(self.ppfile, "rb") as fh:
151+ # with self.assertRaises(NotImplementedError):
152+ # cf.read(fh)
153+ #
154+ # # Check that the file has been rewound
155+ # self.assertEqual(fh.tell(), 0)
156156
157157
158158if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments