Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dopecodez committed Feb 13, 2023
1 parent 035eafa commit 7d8ae51
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

We welcome patches and features. There are however a few things that are
required before your pull request can be merged. Make sure you cut a branch
from develop and all PRs pointed towards develop.
from develop and all PRs pointed towards master.

# Tests

## How to write a new test case

As output from system ping varied on languages and OS, our parser may fail
on new languages or OS. To improve the correctness and coverage for this
module, we need to gather output from those system pings. For any new feature added,
we expect a new test case. Read up more about why unit testing [here](https://dzone.com/articles/top-8-benefits-of-unit-testing).
For any new feature added, we expect a new test case. Since the repo has a 100% code coverage, we expect a success case test and a failure case test for each case. Read up more about why unit testing [here](https://dzone.com/articles/top-8-benefits-of-unit-testing).

## Running test cases

Expand Down

0 comments on commit 7d8ae51

Please sign in to comment.