python unittest, pytest fixture – mocked object not passing into function under test and creating new object instead
Testing module git_commons.py is the objective, below is code from the file. I am not able to pass pytest fixture into test function. More details provided below.
python unittest, pytest fixture – mocked object not passing into function under test and creating new object instead
Testing module git_commons.py is the objective, below is code from the file. I am not able to pass pytest fixture into test function. More details provided below.