N0vice17 / DataStructures-And-Algorithm

This Repository covers all the topics of dsa which will help you to learn dsa in a better way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's implement some tests :)

letsaguiar opened this issue · comments

Hey, everybody

I was thinking it would be great if we can add some tests to validate our models, in addition to a CI/CD pipeline that helps to ensure future modifications won't break anything.

I'm not sure how to implement this in all the different languages here. Should we create a tests folder and replicate the root structure inside? Should we add tests to each root folder with a special extension as .spec or .test? Each test suit should run by its own or we should create a make file to run all of them at once?

Let me discuss with other maintainers

This sounds like a great idea!!

@IndranjanaChatterjee please give your views on this

@IndranjanaChatterjee please give your views on this

Yeah, that would be really great indeed!

@letsaguiar can you implement it?