You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tyler Yep edited this page May 5, 2020
·
2 revisions
Style Guidelines
Tests use the arrange-act-assert paradigm with one line break in between each.
Tests do not need docstrings or return types, but every other .py file should annotate return types and parameter types, and use inline code types wherever needed.