예제 #1
0
 def test_shellintegration_printout(self):
     # not mocking print to check calls because test runner uses print...
     args = MagicMock()
     auto_done(args)
예제 #2
0
파일: test_cli.py 프로젝트: dixudx/ntfy
 def test_shellintegration_printout(self):
     # not mocking print to check calls because test runner uses print...
     args = MagicMock()
     auto_done(args)