svn path=/main/trunk/; revision=6291
from setup_env import *
class DoBin(BinTestCase):
- def testBasic(self):
+ def testDoBin(self):
dobin("does-not-exist", 1)
xexists_in_D("does-not-exist")
xexists_in_D("/bin/does-not-exist")
# test_dodir.py -- Portage Unit Testing Functionality
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_dep_getcpv.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id: test_dodir.py 6182 2007-03-06 07:35:22Z antarus $
from setup_env import *
class DoDir(BinTestCase):
- def testBasic(self):
+ def testDoDir(self):
dodir("usr /usr")
exists_in_D("/usr")
dodir("/var/lib/moocow")