We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b01c3a commit 1bbc384Copy full SHA for 1bbc384
elasticfeeds/tests/test_02_aggregators.py
@@ -9,8 +9,8 @@
9
RecentObjectTypeAggregator,
10
DateWeightAggregator,
11
YearMonthTypeAggregator,
12
+ YearMonthAggregator,
13
)
-import pprint
14
15
16
def test_aggregator():
@@ -41,3 +41,7 @@ def test_aggregator():
41
# Test year, month, type aggregator
42
tst_year_month_type_aggregator = YearMonthTypeAggregator("cquiros")
43
tst_manager.get_feeds(tst_year_month_type_aggregator)
44
+
45
+ # Test year, month, type aggregator
46
+ tst_year_month_aggregator = YearMonthAggregator("cquiros")
47
+ tst_manager.get_feeds(tst_year_month_aggregator)
setup.cfg
0 commit comments