I don’t think there is any doubt that this is a unit test: You have a function, and you’re testing that the function returns what you think it should return. A code base probably has lots of this as they are easy to write, useful, and not flakey. I also don’t think there is any […]