How to mock prints and inputs?

前端 未结 0 1273
广开言路
广开言路 2021-02-07 22:07

I wonder how to test this using mocking modules in latest python (3.x)?

def f():
  a = input()
  print(a)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题