more tests and coverage
This commit is contained in:
@@ -383,7 +383,7 @@ def async_get_workout(user,stravaid):
|
||||
|
||||
# Get a Strava workout summary data and stroke data by ID
|
||||
def get_workout(user,stravaid,do_async=False):
|
||||
if do_async:
|
||||
if do_async: # pragma: no cover
|
||||
res = async_get_workout(user,stravaid)
|
||||
return {},pd.DataFrame()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user