Move tests in basic/tests/ up one level preparating to multiple test dirs.
This commit is contained in:
5
tests/basics/set_iter.py
Normal file
5
tests/basics/set_iter.py
Normal file
@@ -0,0 +1,5 @@
|
||||
s = {1, 2, 3, 4}
|
||||
l = list(s)
|
||||
l.sort()
|
||||
print(l)
|
||||
|
||||
Reference in New Issue
Block a user