Generate BATS Unit Tests with ChatGPT
Rhys Campbell
Of course everyone has now heard about ChatGPT. I’ve seen a few posts on LinkedIn where people have used it to generate code. I thought I’d have a quick go at seeing if ChatGPT would generate useful units tests. So I gave it the following bash function… mytest () { var="$1"; if [[...