Is it bad that I am spending considerably more time writing the unit test than it took me to write the actual code it tests?

I already tested on a sandbox API I made with a flask server, but can't merge the adapter I wrote until I have passing unit tests 😐

Reply to this note

Please Login to reply.

Discussion

Depends on how critical it is

Def not critical, its a series of lambda functions that provision, remove and search for sparsely used license seats for some SaaS products we use at our company.

we already have like 80+% test coverage on the library too