Skip to content

Instantly share code, notes, and snippets.

@chadwhitacre
Created September 1, 2012 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadwhitacre/3586790 to your computer and use it in GitHub Desktop.
Save chadwhitacre/3586790 to your computer and use it in GitHub Desktop.
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