-
-
Notifications
You must be signed in to change notification settings - Fork 365
Add the exercises without canonical data to test generator #434
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
Comments
With the diamond exercise (#406) we also decided to explicitly ignore canonical data in favor of property based testing, so that should be taken into account when solving this issue. |
I'm working on this. |
Merged
ErikSchierboom
added a commit
to ErikSchierboom/csharp
that referenced
this issue
Jan 15, 2021
…ism#434) * Convert bitwise operations exercise to advanced enums exercise * add back link * Add extra docs * Update sidebar with links to design documents * Add dummy design.md documents * Link to design documents
ErikSchierboom
added a commit
to ErikSchierboom/csharp
that referenced
this issue
Jan 21, 2021
…ism#434) * Convert bitwise operations exercise to advanced enums exercise * add back link * Add extra docs * Update sidebar with links to design documents * Add dummy design.md documents * Link to design documents
ErikSchierboom
added a commit
to ErikSchierboom/csharp
that referenced
this issue
Jan 26, 2021
…ism#434) * Convert bitwise operations exercise to advanced enums exercise * add back link * Add extra docs * Update sidebar with links to design documents * Add dummy design.md documents * Link to design documents
ErikSchierboom
added a commit
to ErikSchierboom/csharp
that referenced
this issue
Jan 27, 2021
…ism#434) * Convert bitwise operations exercise to advanced enums exercise * add back link * Add extra docs * Update sidebar with links to design documents * Add dummy design.md documents * Link to design documents
ErikSchierboom
added a commit
to ErikSchierboom/csharp
that referenced
this issue
Jan 28, 2021
…ism#434) * Convert bitwise operations exercise to advanced enums exercise * add back link * Add extra docs * Update sidebar with links to design documents * Add dummy design.md documents * Link to design documents
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's what I shared about this in #396:
Right now we have to manually check to see if an exercise gets canonical data in the future. I'd like to have it integrated into the generator with some sort of flag saying "this doesn't have data" and then it can start throwing exceptions in the future if the data is created so we know we'll have to implement it (keeping my fingers crossed that all exercises will have canonical data someday)
The text was updated successfully, but these errors were encountered: