Beispiel #1
0
 def test_coin_discover(self):
     disc_pycoingecko_view.discover("trending", [])
Beispiel #2
0
 def call_cgvisited(self, other_args):
     """Process most_visited command"""
     pycoingecko_view.discover(category="most_visited",
                               other_args=other_args)
Beispiel #3
0
 def call_cgsentiment(self, other_args):
     """Process sentiment command"""
     pycoingecko_view.discover(category="positive_sentiment",
                               other_args=other_args)
Beispiel #4
0
 def call_cgtrending(self, other_args):
     """Process trending command"""
     pycoingecko_view.discover(category="trending", other_args=other_args)