diff --git a/gluon/tests/test_appadmin.py b/gluon/tests/test_appadmin.py index 4b502c12..eab883b2 100644 --- a/gluon/tests/test_appadmin.py +++ b/gluon/tests/test_appadmin.py @@ -115,7 +115,8 @@ class TestAppAdmin(unittest.TestCase): try: self.run_view() except Exception as e: - print(e.message) + import traceback + print(traceback.format_exc()) self.fail('Could not make the view') def test_insert(self):