Put the test number and total out when asking to add
diff --git a/tests/randmath.py b/tests/randmath.py
index 7e23356..b4ed72e 100755
--- a/tests/randmath.py
+++ b/tests/randmath.py
@@ -261,7 +261,7 @@
 
 	compare(exe, options, p, tests[i], halt, expected, op, False)
 
-	answer = input("\nAdd test to test suite? [y/N]: ")
+	answer = input("\nAdd test ({}/{}) to test suite? [y/N]: ".format(i + 1, len(tests)))
 
 	if 'Y' in answer or 'y' in answer:
 		print("Yes")