Private
Public Access
1
0

making test for box chart

This commit is contained in:
Sander Roosendaal
2019-01-07 18:04:58 +01:00
parent dbc2357c63
commit 027bb856be
12 changed files with 730 additions and 12 deletions

View File

@@ -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"