Skip to content

Commit ed9466b

Browse files
committed
Update run_tests.py
1 parent 406669f commit ed9466b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_tests.py

+4
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,9 @@ def gen_new():
284284
COUNTER += 1; print(clr(f"\n___[{COUNTER}]__________________________________________________________________________________\n"))
285285

286286
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"))
287291

288292
if __name__ == "__main__": main()

0 commit comments

Comments
 (0)