Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Cover all std functions in tests #117

Closed
b1ek opened this issue May 26, 2024 · 1 comment · Fixed by #127
Closed

🧹 Cover all std functions in tests #117

b1ek opened this issue May 26, 2024 · 1 comment · Fixed by #127
Labels
enhancement New feature or request

Comments

@b1ek
Copy link
Member

b1ek commented May 26, 2024

I don't like the current stdlib tests, because if it fails, it is very very hard to find out which function exactly has failed.

My proposal is to split that test into a lot of smaller ones and move them to a different file.

Also, as pointed out in #114 (comment), these tests do not cover some functions

@b1ek b1ek added the enhancement New feature or request label May 26, 2024
@Ph0enixKM
Copy link
Member

@b1ek tbh I wanted to do that too but didn't have time yet 😄

@Ph0enixKM Ph0enixKM changed the title Cover all std functions in tests 🧹 Cover all std functions in tests May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants