making test for box chart
This commit is contained in:
@@ -125,6 +125,12 @@ def mocked_read_df_cols_sql(ids, columns, convertnewtons=True):
|
||||
|
||||
return df, extracols
|
||||
|
||||
def mocked_read_df_cols_sql_multi(ids, columns, convertnewtons=True):
|
||||
df = pd.read_csv('rowers/tests/testdata/fake_strokedata2.csv')
|
||||
extracols = []
|
||||
|
||||
return df, extracols
|
||||
|
||||
def mocked_stravaexport(f2,workoutname,stravatoken,description='',
|
||||
activity_type='Rowing'):
|
||||
print "this is mocked strava export"
|
||||
|
||||
Reference in New Issue
Block a user