passes tests but doesn't clean up all temp
This commit is contained in:
@@ -140,6 +140,10 @@ def mocked_read_df_cols_sql(ids, columns, convertnewtons=True):
|
||||
|
||||
return df, extracols
|
||||
|
||||
def mock_workout_summaries(*args, **kwargs):
|
||||
df = pd.read_csv('rowers/tests/testdata/workout_summaries.csv')
|
||||
return df
|
||||
|
||||
def mocked_read_df_cols_sql_multi(ids, columns, convertnewtons=True):
|
||||
df = pd.read_csv('rowers/tests/testdata/fake_strokedata2.csv')
|
||||
extracols = []
|
||||
|
||||
Reference in New Issue
Block a user