Пример #1
0
 def setup_method(self, method):
     self.dict = UrbanDict(get_args())
Пример #2
0
 def setup_class(cls):
     cls.dict = UrbanDict(get_args())
     cls.not_found_word = 'some_not_existing_word'
     cls.word = 'urban'
     cls.record = cls.dict.query(cls.word)