I'm new to the mainframe world and I didn't find anything helpful on the net. Therefore I'm asking you guys!

I want to have a certain level of quality in my code. Therefore, I thought of performing some unit tests. But unfortunately, I found no 'framework' to do that. So my question is: is the creation of such a 'framework' a bad idea? How do other programmers ensure their code quality?
Thanks for your help.