Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

christian-proust
Copy link
Contributor

@christian-proust christian-proust commented Sep 19, 2018

The test tests.test_localization.LocalizationTestCase.test_translate_cube fails because the class Cube is now of immutable.

Christian Proust added 4 commits September 19, 2018 13:18
* The assertion can now take a type or a tuple of type in parameter.
* Fix wrong displayed error message in function assert_all_instances.
* Update docstring.

# We don't need to access details by name
details = details or []
measures = _replace_all_dict_by_instance(measures, Attribute)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall be details = _replace...?

# Aggregates
#
aggregates = aggregates or []
measures = _replace_all_dict_by_instance(measures, MeasureAggregate)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall be aggregates = _replace...?

@jjmontesl
Copy link
Contributor

I am a bit unsure about this PR. Does it aim to restore l18n functionality? Anyway, seems there are some issues, please have a looks at comments. Thanks.

@jjmontesl jjmontesl self-assigned this Jan 5, 2019
@jjmontesl jjmontesl added the bug label Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants