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
Describe the solution you'd like
Each UDF in src/functions.py should have its own test case in test_functions.py instead of testeing a bunch of functions in a single test case.
TODO
pytest.mark.parameterize the functions
ensure that every function in src/functions.rs has a test case