first try of a test

This commit is contained in:
Daniel Heule 2014-02-07 13:28:22 +01:00
parent 717e21da6c
commit f163b32720
1 changed files with 5 additions and 1 deletions

View File

@ -100,7 +100,6 @@ class EmulatorTestCase(test.CdistTestCase):
argv = ['__file', '/tmp/foobar']
self.env['require'] = '__file/etc/*'
emu = emulator.Emulator(argv, env=self.env)
emu.run()
# if we get here all is fine
@ -155,6 +154,11 @@ class OverrideTestCase(test.CdistTestCase):
argv = ['__file', '/tmp/foobar']
self.env['require'] = '__file/etc/*'
emu = emulator.Emulator(argv, env=self.env)
emu.run()
argv = ['__file', '/tmp/foobar']
self.env['require'] = '__file/etc/*'
emu = emulator.Emulator(argv, env=self.env)
emu.run()
# if we get here all is fine