mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
tests/basic/: Make various tests skippable.
To run the testsuite on small ports.
This commit is contained in:
@@ -20,7 +20,6 @@ test_exc("False in True", TypeError)
|
||||
test_exc("1 * {}", TypeError)
|
||||
test_exc("1 in 1", TypeError)
|
||||
test_exc("bytearray() // 2", TypeError)
|
||||
test_exc("m = memoryview(bytearray())\nm += bytearray()", TypeError)
|
||||
|
||||
# object with buffer protocol needed on rhs
|
||||
test_exc("bytearray(1) + 1", TypeError)
|
||||
|
||||
Reference in New Issue
Block a user