There was one function that it decided to test which was responsible for checking what option(s) DeepUnit was being run with. That functions entire file had been updated to take in multiple options, however the functions code could still only handle one option!
Oct 30, 2025 · 8:53 PM UTC
DeepUnit noticed the inconsistency and figured out the function should handle multiple options based on the file then wrote test case to prove the function could handle multiple options.
