Esempio n. 1
0
 def test_off(self):
     from pythonbrew.commands.off import OffCommand
     from pythonbrew.define import PATH_HOME_ETC_CURRENT
     eq_(False, os.path.isfile(PATH_HOME_ETC_CURRENT))
     c = OffCommand()
     c.run_command(None, None)
     ok_(os.path.isfile(PATH_HOME_ETC_CURRENT))
 def test_off(self):
     from pythonbrew.commands.off import OffCommand
     from pythonbrew.define import PATH_HOME_ETC_CURRENT
     eq_(False, os.path.isfile(PATH_HOME_ETC_CURRENT))
     c = OffCommand()
     c.run_command(None, None)
     ok_(os.path.isfile(PATH_HOME_ETC_CURRENT))
Esempio n. 3
0
def test_off():
    from pythonbrew.commands.off import OffCommand
    c = OffCommand()
    c.run_command(None, None)
Esempio n. 4
0
def test_06_off():
    from pythonbrew.commands.off import OffCommand
    c = OffCommand()
    c.run_command(None, None)