summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:09:36 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:09:36 -0500
commit039d9da94d439b6d649e0502331525423dfb42a5 (patch)
tree9100a7fbf95d9079661ea91414250e63a0a4b232 /test
parent7b381bcde1ed1c81e9be5bccc523faac85f68c69 (diff)
downloadthird_party-func-039d9da94d439b6d649e0502331525423dfb42a5.tar.gz
third_party-func-039d9da94d439b6d649e0502331525423dfb42a5.tar.xz
third_party-func-039d9da94d439b6d649e0502331525423dfb42a5.zip
fix typos in attr defs so "nosetests -a \!intro" works again
aka, skipping the introspectivish test cases that get called on every module
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index c2154ea..58effff 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -67,8 +67,8 @@ class BaseTest:
test_module_version.intro = True
test_module_api_version.intro = True
test_module_description.intro = True
- test_module_list_methods.into = True
- test_module_module_intentory = True
+ test_module_list_methods.intro = True
+ test_module_inventory.intro = True
class TestTest(BaseTest):
module = "test"