From 039d9da94d439b6d649e0502331525423dfb42a5 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 4 Feb 2008 18:09:36 -0500 Subject: fix typos in attr defs so "nosetests -a \!intro" works again aka, skipping the introspectivish test cases that get called on every module --- test/unittest/test_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unittest') 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" -- cgit