diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-15 05:00:59 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-15 05:00:59 -0400 |
| commit | c38aaf545681738e841351c74f7c687b488fe6c6 (patch) | |
| tree | 06ad3bc45e8a67694a669db3c00960a98e7aa24e | |
| parent | eff1cb657b787771aeb2ed0be28c3709ae019fc3 (diff) | |
| download | pyramid-c38aaf545681738e841351c74f7c687b488fe6c6.tar.gz pyramid-c38aaf545681738e841351c74f7c687b488fe6c6.tar.bz2 pyramid-c38aaf545681738e841351c74f7c687b488fe6c6.zip | |
deshadow test
| -rw-r--r-- | pyramid/tests/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_util.py b/pyramid/tests/test_util.py index 821d1ff31..247b61dad 100644 --- a/pyramid/tests/test_util.py +++ b/pyramid/tests/test_util.py @@ -180,7 +180,7 @@ class Test_WeakOrderedSet(unittest.TestCase): from pyramid.config import WeakOrderedSet return WeakOrderedSet() - def test_empty(self): + def test_ctor(self): wos = self._makeOne() self.assertEqual(len(wos), 0) self.assertEqual(wos.last, None) |
