~mvo/snapcraft/more-python-apt

« back to all changes in this revision

Viewing changes to snapcraft/tests/__init__.py

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-08-27 22:11:32 UTC
  • mfrom: (134.4.11 validation)
  • Revision ID: snappy_tarmac-20150827221132-b8b8au821wrnjyxt
Initial json schema support by sergiusens approved by chipaca,elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        # is a module variable. Make sure that it is returned to the original
33
33
        # value when a test ends.
34
34
        self.addCleanup(common.set_plugindir, common.get_plugindir())
 
35
        self.addCleanup(common.set_schemadir, common.get_schemadir())