kucc1997 / kucc-mobile

An open-source cross-platform mobile application project for Kathmandu University Computer Club.
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Write test cases for kucc_mobile_firebase package #7

Open aadarshadhakalg opened 1 year ago

aadarshadhakalg commented 1 year ago

Anyone can work on this issue and create a PR. You have to write test cases for kucc_mobile_firebase package.

Steps:

  1. Navigate to packages/kucc_mobile_firebase/test folder.
  2. Find a file that has this line // TODO: Write all test cases
  3. Above that line you can find a list of test cases. Or you can think of a new relevant test case.
  4. Pick one of them and start working.

You can see other files inside the same folder to see how other tests are written.

** NOTE: While writing the test please do not modify the implementation. If tests are not passing then please raise an issue.