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
Awesome to see a test for this! Consider organizing the function and the tests in distinct modules so they may be versioned and iterated upon quickly. An advantage here is that you'd also have a way to understand code coverage - that is, how much of the reusable work has been tested. One framework that can help with this is pytest, which enables you to consistently run tests together using a format similar to what you already have here.