Me: "Hey, ChatGPT, write me some unit tests. I have given you some tools so you don't attempt to just do anything with bash."
ChatGPT:
```
def test_fish_tank_main_execution():
os.system('python fish_tank/__main__.py')
```
---
This is like giving an octopus a chainsaw.