exercism / dart

Exercism exercises in Dart.
https://exercism.org/tracks/dart
MIT License
57 stars 94 forks source link

I noticed all the testcases except first one are marked for skip. Any reasons ? #511

Closed VigneshkumarG closed 9 months ago

VigneshkumarG commented 9 months ago
Screenshot 2023-11-28 at 9 53 48 PM

When I try to execute the testcases, it is showing that "Test Ignored".

After marking skip: false, it runs fine.

Please someone clarify

github-actions[bot] commented 9 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

Stargator commented 8 months ago

@VigneshkumarG, to answer your question in the README we explain that by default we try to steer students to a test drive development approach.

So you can approach the exercises anyway you want, but the intent is to allow students to resolve the first test and then unblock the next test, then try to resolve that and so on.