# -*- coding: utf-8 -*- # Tests for the contrib/localflavor/ie form fields. tests = r""" # IECountySelect ######################################################### >>> from django.contrib.localflavor.ie.forms import IECountySelect >>> f = IECountySelect() >>> f.render('counties', 'dublin') u'' """