commit | 06e02436105de82ed3deb38127bda30ef8541afc | [log] [tgz] |
---|---|---|
author | Gavin Howard <yzena.tech@gmail.com> | Fri Oct 12 08:46:28 2018 -0600 |
committer | Gavin Howard <yzena.tech@gmail.com> | Fri Oct 12 08:46:28 2018 -0600 |
tree | 3c3eadd09514d8fac573dfa993a7ea575a40f33e | |
parent | ddc169613c436de9c194a2419f0c32b4df37daf6 [diff] [blame] |
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")