jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
265 stars 61 forks source link

Unit Tests for the Cell Class #6

Closed ThomasThelen closed 6 years ago

ThomasThelen commented 6 years ago

These are unit tests for the Cell class defined in cell.py. Note that we are using the unittest framework. This is part of issue #3

jostbr commented 6 years ago

Thank you so much for the contribution. Great tests! Merged it now.