aboutsummaryrefslogtreecommitdiff
path: root/layman
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-06-15 21:28:18 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-06-15 21:29:01 -0400
commitacf5162dc04352e1a4f2b6719157e5bedc7fb2fc (patch)
tree4d29d857b45e5ef725e6910a0d4f732d642db50e /layman
parentdbbase.py: Code cleanup (diff)
downloadlayman-acf5162dc04352e1a4f2b6719157e5bedc7fb2fc.tar.gz
layman-acf5162dc04352e1a4f2b6719157e5bedc7fb2fc.tar.bz2
layman-acf5162dc04352e1a4f2b6719157e5bedc7fb2fc.zip
external.py: Renames test function to more appropriate name
Renames AddDeleteEnableDisableFromDB to AddDeleteEnableDisableFromConf as the test is mainly testing the functionality of the conf files, not the database classes.
Diffstat (limited to 'layman')
-rwxr-xr-xlayman/tests/external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/tests/external.py b/layman/tests/external.py
index eaa3510..713923b 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -53,7 +53,7 @@ if encoding != 'utf-8':
HERE = os.path.dirname(os.path.realpath(__file__))
-class AddDeleteEnableDisableFromDB(unittest.TestCase):
+class AddDeleteEnableDisableFromConf(unittest.TestCase):
def test(self):
tmpdir = tempfile.mkdtemp(prefix='laymantmp_')