thisisparker / cursewords

:pencil: Terminal-based crossword puzzle solving interface
GNU Affero General Public License v3.0
248 stars 28 forks source link

Add some tests for formatting time for display! #7

Open nelhage opened 5 years ago

nelhage commented 5 years ago
thisisparker commented 5 years ago

Awesome, thank you so much!

nelhage commented 5 years ago

Oh I forget to mention -- just run pytest test/ to run the tests. Probably I could figure out how to hook it up to setup.py

This is often where I'll start testing an extant piece of code -- don't try to test everything, but find bits that are easy to exercise automatically and useful (in this case, especially because testing by hand otherwise involves waiting an hour or hacking something up!)