Skip to content

Commit a2ce4f0

Browse files
authored
Added link to solutions sources to testing file
1 parent ac187f0 commit a2ce4f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/how_to_empty_a_list.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
Test the performance of all of the solutions listed in the following article:
3+
https://therenegadecoder.com/code/how-to-empty-a-list-in-python/
4+
"""
5+
16
from test_bench import test_bench
27

38
def control(anime):

0 commit comments

Comments
 (0)