jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
272 stars 63 forks source link

Create Unit Tests #3

Closed ThomasThelen closed 6 years ago

ThomasThelen commented 6 years ago

It looks like a lot of these functions can be unit tested fairly easily. Pick a testing framework and I'll create some unit tests to help ensure nothing breaks with code changes!

jostbr commented 6 years ago

Thank you for your contribution on the Cell tests. Appreciate it! And merged it now.

Also on a nother note: While I appreciate your effort, I will be very busy the next month or so, so I won't be able to work anymore on this repository until around christmas. Thta means I won't be able to add updates or respond that much.

ThomasThelen commented 6 years ago

Great thanks! I'll try and get the Maze class ones in ASAP. That's totally fine-it looks like your in school too so take your time! You'll see some pull requests here and there, just feel free to reject them if you had something different in mind!

ThomasThelen commented 6 years ago

The last of the unit tests will be in the next pull request. Note that it isn't full coverage-I was holding off on testing the maze class before refactoring.