def test_non_counter_features_total():
    fc = FeatureCollection({'NAME': u'foobaz'})
    assert fc.total() == 0
Пример #2
0
def test_non_counter_features_total():
    fc = FeatureCollection({"NAME": u"foobaz"})
    assert fc.total() == 0