-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement exercise food-chain #755
Conversation
@LU4XLII could you please fix code style issues:
|
Fixed up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this
I've left a comment, please take a look
|
||
|
||
class FoodChainTest(unittest.TestCase): | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please implement other tests from https://github.com/exercism/problem-specifications/blob/master/exercises/food-chain/canonical-data.json
Could you also leave a comment stating what version of canonical-data.json
the tests were adopted as discussed in #784 if applicable?
The format is:
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I'll work on this now.
All tests implemented |
Thanks for working on this, @LU4XLII 🏆 |
Fixes #750