Beispiel #1
0
 def test_records_pandas(self):
     df = get_stats_records(output_format='pandas')
     assert isinstance(df, DataFrame)
Beispiel #2
0
 def test_records_json(self):
     js = get_stats_records()
     assert isinstance(js, dict)