Unit Test Mocking

0
I haven't found much information about mocking data when running some unit tests. Locally I understand that the unit test relies on database to run, but moving those unit testing for a CI/CD pipeline makes not ideal to use database calls.    Is there any way to mock database access or any other guidance in how to do that?  Thank you. 
asked
0 answers