added logging, thanks gi0baro
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user