示例#1
0
 def test__deprecation_warning(self):
     # ensure this doesn't throw an exception
     print_deprecation_warning('aaa', 'bbb')
示例#2
0
 def test__deprecation_warning(self):
     # ensure this doesn't throw an exception
     print_deprecation_warning('aaa', 'bbb')
示例#3
0
 def test__deprecation_warning(self):
     # ensure this doesn't throw an exception
     print_deprecation_warning("aaa", "bbb")