wlof / gameoflife

A simple Python implementation of Conway's Game of Life using the curses library.
MIT License
3 stars 0 forks source link

Use coverage for tests #12

Open wlof opened 9 years ago

wlof commented 9 years ago

coverage.py is awesome. Add it to the tests. With nose maybe?