Move tests in basic/tests/ up one level preparating to multiple test dirs.
This commit is contained in:
4
tests/basics/list_clear.py
Normal file
4
tests/basics/list_clear.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# tests list.clear
|
||||
x = [1, 2, 3, 4]
|
||||
x.clear()
|
||||
print(x)
|
||||
Reference in New Issue
Block a user