예제 #1
0
 def test_modified_since(self):
     conds = CopyConditions()
     conds.set_modified_since('')
예제 #2
0
 def test_modified_since(self):
     conds = CopyConditions()
     conds.set_modified_since('')
예제 #3
0
 def test_match_etag_is_not_empty_except(self):
     conds = CopyConditions()
     conds.set_match_etag_except('')
예제 #4
0
 def test_match_etag_is_not_empty_except(self):
     conds = CopyConditions()
     conds.set_match_etag_except('')