Skip to content

Instantly share code, notes, and snippets.

@netletic
Last active May 13, 2021 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netletic/8824c58155cfd77a754f7846be854dca to your computer and use it in GitHub Desktop.
Save netletic/8824c58155cfd77a754f7846be854dca to your computer and use it in GitHub Desktop.
from datetime import datetime
from yesterday_asof import yesterday
def test_yesterday():
assert yesterday(asof=datetime(1983, 1, 1)) == datetime(1982, 12, 31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment