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

Common test suite #38

Open
szlend opened this issue Feb 8, 2022 · 1 comment
Open

Common test suite #38

szlend opened this issue Feb 8, 2022 · 1 comment

Comments

@szlend
Copy link
Contributor

szlend commented Feb 8, 2022

It would make sense to run a common test suite against all the solutions through stdin or something like that. Either that or make the solutions also test the empty case (compress("") == ""). I've ran into solutions where the empty case resulted in compress("") == "0" while prototyping, and I wouldn't be surprised if some existing or future submissions had the same issue.

@otobrglez
Copy link
Owner

It is a good point and a valid concern. To be honest; it was not needed before as there weren't so many languages or solutions, so perhaps the time has arrived. What do you think about @turboMaCk 's way of doing this via stding / args?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants