Changeset - 9dd17228c0dc
[Not reviewed]
default
0 2 0
Ronny Pfannschmidt - 11 years ago 2015-04-22 01:10:29
opensource@ronnypfannschmidt.de
tests: avoid 'import *' in api tests
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/api/test_api_git.py
Show inline comments
 
@@ -12,7 +12,7 @@
 
# You should have received a copy of the GNU General Public License
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
from kallithea.tests import *
 
from kallithea.tests import TestController, GIT_REPO
 
from kallithea.tests.api.api_base import _BaseTestApi
 

	
 

	
kallithea/tests/api/test_api_hg.py
Show inline comments
 
@@ -12,7 +12,7 @@
 
# You should have received a copy of the GNU General Public License
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
from kallithea.tests import *
 
from kallithea.tests import TestController, HG_REPO
 
from kallithea.tests.api.api_base import _BaseTestApi
 

	
 

	
0 comments (0 inline, 0 general)