Closed bymayanksingh closed 3 years ago
can i take this one?
sure
@code-monk08 From what I've read, it's relatively difficult and tricky to implement unit testing for pygame functions and modules. It's not recommended in general as well since graphics and implementation keep changing. Even if we do have to write test cases for it, I'd recommend doing it after the game generalizations and main menu have been implemented to prevent rewriting of code. What do you suggest?
I think i've found an alternative. I'll try reading more about it and try implementing it. Will keep you updated
alright @Satvinder31415 :+1:
you can use unittest framework.