Private
Public Access
1
0

done multiflex and cumflex

This commit is contained in:
Sander Roosendaal
2019-01-14 15:13:28 +01:00
parent 7e977ab659
commit 700c84332a
8 changed files with 988 additions and 9 deletions

View File

@@ -146,6 +146,12 @@ def mocked_read_df_cols_sql_multi(ids, columns, convertnewtons=True):
return df, extracols
def mocked_read_df_cols_sql_multiflex(ids, columns, convertnewtons=True):
df = pd.read_csv('rowers/tests/testdata/multiflexdata.csv')
extracols = []
return df, extracols
def mocked_stravaexport(f2,workoutname,stravatoken,description='',
activity_type='Rowing'):
print "this is mocked strava export"