We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406669f commit ed9466bCopy full SHA for ed9466b
run_tests.py
@@ -284,5 +284,9 @@ def gen_new():
284
COUNTER += 1; print(clr(f"\n___[{COUNTER}]__________________________________________________________________________________\n"))
285
286
print(fade(banner, "pink2red-v"))
287
+
288
+ COUNTER += 1; print(clr(f"\n___[{COUNTER}]__________________________________________________________________________________\n"))
289
290
+ print(fade("\n > This is a test string!", "pink2red"))
291
292
if __name__ == "__main__": main()
0 commit comments