Created
September 1, 2012 20:45
-
-
Save chadwhitacre/3586790 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datadirect.dataset.aggregation_mixin import AggregationMixin | |
def test_aggregation_mixin_is_instantiable(): | |
actual = AggregationMixin().__class__ | |
assert actual is AggregationMixin, actual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment