Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add back-compat for old-style sentry indexing #111
Comments
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tvansteenburgh commentedDec 4, 2015
When a test does
sentry['mycharm/0'], dosentry['mycharm'][0]behind-the-scenes instead of returning a KeyError. I.e., use the unit num as an index into the sentry array. This will make old tests work again without having to update them all. Arguably this is what we should have done in the first place.