Skip to content

Commit 1bbc384

Browse files
author
qlands
committed
Test new aggregator
1 parent 9b01c3a commit 1bbc384

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

elasticfeeds/tests/test_02_aggregators.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
RecentObjectTypeAggregator,
1010
DateWeightAggregator,
1111
YearMonthTypeAggregator,
12+
YearMonthAggregator,
1213
)
13-
import pprint
1414

1515

1616
def test_aggregator():
@@ -41,3 +41,7 @@ def test_aggregator():
4141
# Test year, month, type aggregator
4242
tst_year_month_type_aggregator = YearMonthTypeAggregator("cquiros")
4343
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

Whitespace-only changes.

0 commit comments

Comments
 (0)