176
176
def assert_get_bool_acceptance_of_user_input(self, factory):
177
177
factory.stdin = StringIO("y\nyes with garbage\n"
178
178
"yes\nn\nnot an answer\n"
180
183
factory.stdout = StringIO()
181
184
factory.stderr = StringIO()
182
185
# there is no output from the base factory