Skip to content

run-length-encoding: update tests to v1.1.0 #1274

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

Merged
merged 3 commits into from
Feb 19, 2018

Conversation

mrcfps
Copy link

@mrcfps mrcfps commented Feb 16, 2018

Closes #1191.

Since canonical data was only updated for new input policy, which has nothing to do with test file in Python, so update of version number suffices.

@@ -3,7 +3,7 @@
from run_length_encoding import encode, decode


# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0

class WordCountTests(unittest.TestCase):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be RunLengthEncodingTests

@cmccandless cmccandless merged commit 970ee48 into exercism:master Feb 19, 2018
@mrcfps mrcfps deleted the rle-1191 branch February 26, 2018 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants