When I try to test any app with command (I noticed it when I tried to deploy myproject using fabric, which uses this command):
python manage.py test appname
Maybe you put your test in suspended mode or as a backgrounded job. Try with fg command in bash shell.
fg