reasontodie
Results
1
issues of
reasontodie
``` def test_buy(self, url, buy_price, refs=0, worst=0, scrap=3): my_refs = next(iter(self.my_refs.keys()), None) my_worst = next(iter(self.my_worst.keys()), None) my_scrap = next(iter(self.my_scrap.keys()), None) him_key = self.checker.find_another_keys(steamid=self.get_steam_id(url)) from_me = [Asset(my_refs, game=self.game, amount=refs)] + [Asset(my_worst,...