Skip to content

Application ShoppingApp

Devrath edited this page Jul 11, 2021 · 21 revisions
Contents
Creating a Fake repository

Creating a Fake repository

  • We create a fake repository when we can swap between a real repository and a fake repository depending on our usage.
  • We use a real repository when we are running our production code.
  • We use a fake repository when we are testing our test cases.

Clone this wiki locally