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