denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3.05k stars 606 forks source link

tracking: improve test coverage #3713

Open iuioiua opened 11 months ago

iuioiua commented 11 months ago

The test coverage of each of the following sub-modules is below 100% and can be improved:

Note: Deprecated APIs do not require additional tests. Removing unneeded functionality may be reasonable instead of increasing testing for some APIs.

Paul-Stern commented 11 months ago

Hello! My name is Paul and I am just starting my GitHub activity. Given that this issue is a "good first" one, I would like to take part in fixing it. Can I be asssigned for it?

iuioiua commented 11 months ago

Hi Paul! This task is best tackled in parts (one PR per sub-module). Which sub-modules would you like to tackle?

Paul-Stern commented 11 months ago

Ok! I started digging in the csv sub-module so let csv be the first. Also I am intreseted in encoding and json. Which one of these two would you recommend for a beginner?

miso-devel commented 10 months ago

Hello! I would like to work on some test coverage improvements. I am working on console now.

scarf005 commented 10 months ago

hi, I'm working on assert, before working on #3771.

babiabeo commented 8 months ago

console and toml have been fully covered in #4177 and #4211 respectively.

mbhrznr commented 6 months ago

media_types has been fully covered in #4554.