Move tests in basic/tests/ up one level preparating to multiple test dirs.
This commit is contained in:
2
tests/basics/sorted.py
Normal file
2
tests/basics/sorted.py
Normal file
@@ -0,0 +1,2 @@
|
||||
print(sorted(set(range(100))))
|
||||
print(sorted(set(range(100)), key=lambda x: x + 100*(x % 2)))
|
||||
Reference in New Issue
Block a user