I'm using python-mock to mock out a file open call. I would like to be able to pass in fake data this way, so I can verify that to mock out a file open c
I'm using python-mock to mock out a file open call. I would like to be able to pass in fake data this way, so I can verify that to mock out a file open c