You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently rewrote the test suite for the Luhn exercise. Since this track implements Luhn, please take a look at the new canonical_data.json file and see if your track should update its implementation or tests.
Details on the test changes and the motivation can be found in the PR.
Changes to x-common updated the tests and description for luhn to only
test the validity check and not test addends or check digit generation.
This commit adds a test generator for the luhn exercise and updates the
example solution to pass the updated tests. In moving to use the
canonical test data, the inputs to luhn are now strings, so the example
solution was also updated to take that into account.
We recently rewrote the test suite for the Luhn exercise. Since this track implements Luhn, please take a look at the new canonical_data.json file and see if your track should update its implementation or tests.
Details on the test changes and the motivation can be found in the PR.
Tracking of these changes is being done at the tracking issue.
The text was updated successfully, but these errors were encountered: