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

Unskip all types of tests #33

Closed
ErikSchierboom opened this issue Oct 1, 2021 · 1 comment · Fixed by #53
Closed

Unskip all types of tests #33

ErikSchierboom opened this issue Oct 1, 2021 · 1 comment · Fixed by #53
Labels
x:action/fix Fix an issue x:knowledge/none No existing Exercism knowledge required x:module/test-runner Work on Test Runners x:size/large Large amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)

Comments

@ErikSchierboom
Copy link
Member

Ensures that all Skip properties are removed, regardless of the type of attribute. Without this, the diamond exercise's tests won't be unskipped (they use property-based testing).

See exercism/csharp-test-runner#67 for the C# equivalent PR.

@ErikSchierboom ErikSchierboom added x:action/fix Fix an issue x:knowledge/none No existing Exercism knowledge required x:module/test-runner Work on Test Runners x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:size/large Large amount of work labels Oct 1, 2021
@martinfreedman
Copy link

I will look into this as we are following in the PR1029.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/fix Fix an issue x:knowledge/none No existing Exercism knowledge required x:module/test-runner Work on Test Runners x:size/large Large amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants