> #3: Limit what they test, as most LLM models tend to write overeager tests, including testing if "the field you set as null is null", wasting tokens.
Heh, I write this for some production code too (python). I guess because python is not typed, I'm testing if my pydantic implementation works.
Heh, I write this for some production code too (python). I guess because python is not typed, I'm testing if my pydantic implementation works.