コード例 #1
0
ファイル: test_baton_api.py プロジェクト: wtsi-hgi/serapis
 def test_rm_metadata(self):
     BatonCollectionAPI.remove_metadata(self.coll_path, self.meta_dict)
     new_meta = BatonCollectionAPI.get_all_metadata(self.coll_path).to_dict()
     self.assertFalse('key1' in new_meta)
コード例 #2
0
ファイル: test_baton_api.py プロジェクト: wtsi-hgi/serapis
 def tearDown(self):
     BatonCollectionAPI.remove_metadata(self.coll_path, {'key1': {'val2'}})
コード例 #3
0
ファイル: test_baton_api.py プロジェクト: wtsi-hgi/serapis
 def tearDown(self):
     BatonCollectionAPI.remove_metadata(self.coll_path, self.meta_dict)