UWPCE-PythonCert / PythonCertDevel

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

mocking mailroom #93

Open PythonCHB opened 6 years ago

PythonCHB commented 6 years ago

A number of students really wanted to test their mailroom user interaction code -- great instinct!

I promised them (in my class, anyway) that we would learn to mock the input() function when we got to advanced testing -- and it's a nice demo of mocking anyway.

So: an exercise or example -- how to mock input()