# Improve Test Coverage in p5.Sound library - request for review

**URL:** https://discourse.processing.org/t/improve-test-coverage-in-p5-sound-library-request-for-review/29288
**Category:** Summer of Code
**Created:** [April 11, 2021, 11:27pm UTC](https://discourse.processing.org/t/improve-test-coverage-in-p5-sound-library-request-for-review/29288 "2021-04-11T23:27:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bhushan](https://avatars.discourse-cdn.com/v4/letter/b/a87d85/32.png) [@bhushan](https://discourse.processing.org/u/bhushan)
#### Post date: [April 11, 2021, 11:27pm UTC](https://discourse.processing.org/t/improve-test-coverage-in-p5-sound-library-request-for-review/29288/1 "2021-04-11T23:27:32Z")

</div>

hey all,  
I know that the deadline is right around the corner. But I’ve finished the proposal and any review is appreciated.

> **[Improve Test Coverage in p5.sound library](https://docs.google.com/document/d/1rI69zuQDJK2oT6IZQghA7cD2ytI48QvezC788Y-3fZg/edit?usp=sharing)**
>
> Improve Test Coverage in p5.Sound library Sai Bhushan sai@bhushan.fun, satyasaibhushan Project Abstract Testing is vital for quality coding. It not only makes the code more consistent but also ensures that any addition of new code won’t break the...

---

<div class="post-metadata">

### Author: ![micuat](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/micuat/32/19407_2.png) [@micuat](https://discourse.processing.org/u/micuat)
#### Post date: [April 12, 2021, 7:41am UTC](https://discourse.processing.org/t/improve-test-coverage-in-p5-sound-library-request-for-review/29288/2 "2021-04-12T07:41:28Z")

</div>

I’m not familiar with much of the contents so only some structural stuff - I feel it’s a bit hard to follow because there are many tasks but I’m not sure if they are ordered in a certain way (it seems not priority or schedule, and this confuses me). Also the way you describe is like notes or is about the process and not clear about what exactly the current state is, what is needed and what you propose for your project. And maybe good to write a description about what the library is…?

---

<div class="post-metadata">

### Author: ![bhushan](https://avatars.discourse-cdn.com/v4/letter/b/a87d85/32.png) [@bhushan](https://discourse.processing.org/u/bhushan)
#### Post date: [April 12, 2021, 9:33am UTC](https://discourse.processing.org/t/improve-test-coverage-in-p5-sound-library-request-for-review/29288/3 "2021-04-12T09:33:29Z")

</div>

Hey, @micuat thanks for the suggestions.

> [@micuat](#):
>
> it seems not priority or schedule,

Actually, the order is according to the priority of the project, like minor upgrades are of least priority & adding tests are of the maximum. But the problem is that we cannot make progress in the priority order. For example, doing coverage(part-5) before completing tests is more convenient .

I’ll make sure to correct the order and will try to make it easy to read.
