UWPCE-PythonCert / PythonCertDevel

Development Repo for the Certificate Program
https://uwpce-pythoncert.github.io/PythonCertDevel/index.html
Other
7 stars 15 forks source link

Add tests for trigrams as a demo of unit tests #184

Open PythonCHB opened 5 years ago

PythonCHB commented 5 years ago

As we introduce testing, students struggle with how to write good unit tests.

showing them a well-tested trigrams could be helpful.