tests: Add feature check for slice and skip corresponding tests.
This commit is contained in:
5
tests/feature_check/slice.py
Normal file
5
tests/feature_check/slice.py
Normal file
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
slice
|
||||
print("slice")
|
||||
except NameError:
|
||||
print("no")
|
||||
0
tests/feature_check/slice.py.exp
Normal file
0
tests/feature_check/slice.py.exp
Normal file
Reference in New Issue
Block a user