def setUp(self):
        planning_init_app(self.app)
        self.app.data.insert('vocabularies', self.vocab)

        dirname = os.path.dirname(os.path.realpath(__file__))
        self.fixture = os.path.normpath(os.path.join(dirname, '../fixtures', self.filename))
        self.provider = {'name': 'Test'}
    def setUp(self):
        planning_init_app(self.app)
        self.app.data.insert('vocabularies', self.vocab)

        dirname = os.path.dirname(os.path.realpath(__file__))
        self.fixture = os.path.normpath(
            os.path.join(dirname, '../fixtures', self.filename))
        self.provider = {'name': 'Test'}
 def setUp(self):
     self.formatter = AgendaPlanningFormatter()
     self.base_formatter = Formatter()
     planning_init_app(self.app)
     init_agenda(self.app)
     self.app.data.insert('locations', self.locations)
     self.app.data.insert('agenda_city_map', self.city_map)
     self.app.data.insert('agenda_iptc_map', self.iptc_map)
     self.app.data.insert('contacts', self.contacts)
 def setUp(self):
     self.formatter = AgendaPlanningFormatter()
     self.base_formatter = Formatter()
     planning_init_app(self.app)
     init_agenda(self.app)
     self.app.data.insert('locations', self.locations)
     self.app.data.insert('agenda_city_map', self.city_map)
     self.app.data.insert('agenda_iptc_map', self.iptc_map)
     self.app.data.insert('contacts', self.contacts)
 def setUp(self):
     planning_init_app(self.app)
     self.app.data.insert('vocabularies', self.vocab)
     self.app.data.insert('locations', self.location)
 def setUp(self):
     planning_init_app(self.app)
     self.app.data.insert('vocabularies', self.vocab)
     self.app.data.insert('locations', self.location)
 def setUp(self):
     planning_init_app(self.app)
     self.setupRemoteSyncMock(self)