changeset 5923:96779dba8b01

tests: remove reference to removed kallithea/tests/parameterized.py The file was removed in 66c40720e7b2. I guess tests still passed because it still found the .pyc file.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 17 May 2016 23:10:33 +0200
parents 7f2aa3ec2931
children 0cb43732260b
files kallithea/tests/__init__.py scripts/manifest
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/__init__.py	Sun May 15 22:37:37 2016 +0200
+++ b/kallithea/tests/__init__.py	Tue May 17 23:10:33 2016 +0200
@@ -47,7 +47,6 @@
 from kallithea import is_windows
 from kallithea.model.db import Notification, User, UserNotification
 from kallithea.model.meta import Session
-from kallithea.tests.parameterized import parameterized
 from kallithea.lib.utils2 import safe_str
 
 
--- a/scripts/manifest	Sun May 15 22:37:37 2016 +0200
+++ b/scripts/manifest	Tue May 17 23:10:33 2016 +0200
@@ -918,7 +918,6 @@
 kallithea/tests/other/test_libs.py
 kallithea/tests/other/test_mail.py
 kallithea/tests/other/test_validators.py
-kallithea/tests/parameterized.py
 kallithea/tests/scripts/
 kallithea/tests/scripts/create_rc.sh
 kallithea/tests/scripts/manual_test_concurrency.py