def test_make_many_filters(self):
     eq_(make_filters({'id': 'id', 'other': 'other', 'class': 'class'}),
         '[@class="class"][@id="id"][@other="other"]')
 def test_make_empty_filters(self):
     eq_(make_filters({}), '')