adding tests for new analysis
This commit is contained in:
@@ -174,7 +174,7 @@ def mocked_getsmallrowdata_db(*args, **kwargs):
|
||||
return df
|
||||
|
||||
def mocked_read_cols_df_sql(*args, **kwargs):
|
||||
df = pd.read_csv('rowers/tests/testdata/colsfromdb.csv')
|
||||
df = pd.read_csv('rowers/tests/testdata/readcols.csv')
|
||||
|
||||
return df,[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user