mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-23 13:40:53 +02:00
Print the Django version when invoking the tests
This commit is contained in:
@@ -13,6 +13,8 @@ from django.conf import settings
|
||||
import os
|
||||
import sys
|
||||
|
||||
print(f"Running tests using Django version {django.get_version()}...")
|
||||
|
||||
|
||||
class QuickDjangoTest:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user