Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/modules')
-rw-r--r--tests/python/modules/mesh_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/python/modules/mesh_test.py b/tests/python/modules/mesh_test.py
index a58b803b22d..020b1bff08f 100644
--- a/tests/python/modules/mesh_test.py
+++ b/tests/python/modules/mesh_test.py
@@ -662,8 +662,7 @@ class RunTest:
test_name = each_test.test_name
if self.verbose:
print()
- print("Running test {}...".format(test_number))
- print("Test name {}\n".format(test_name))
+ print("Running test {}/{}: {}...".format(test_number+1, len(self.tests), test_name))
success = self.run_test(test_name)
if not success: