Skip to content

Instantly share code, notes, and snippets.

@LosantGists
Created July 23, 2021 19:25
Show Gist options
  • Select an option

  • Save LosantGists/e9e3f6bc03258aab658cf556435fe14b to your computer and use it in GitHub Desktop.

Select an option

Save LosantGists/e9e3f6bc03258aab658cf556435fe14b to your computer and use it in GitHub Desktop.
Automating Unit Tests Blog (7) 7.23.21
# it should return an empty DataFrame if the battery was never recharged
df_descending_only = build_battery_history([100,70,40,20])
assert len( get_rows_before_charging(df_descending_only) ) == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment