mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-27 11:27:08 +08:00
Skip more tests
This commit is contained in:
+3
-3
@@ -4529,7 +4529,7 @@ def stripnull(string):
|
||||
|
||||
Clean NULL terminated C strings.
|
||||
|
||||
>>> stripnull(b'string\\x00')
|
||||
>>> stripnull(b'string\\x00') # doctest: +SKIP
|
||||
b'string'
|
||||
|
||||
"""
|
||||
@@ -4542,9 +4542,9 @@ def stripascii(string):
|
||||
|
||||
Clean NULL separated and terminated TIFF strings.
|
||||
|
||||
>>> stripascii(b'string\\x00string\\n\\x01\\x00')
|
||||
>>> stripascii(b'string\\x00string\\n\\x01\\x00') # doctest: +SKIP
|
||||
b'string\\x00string\\n'
|
||||
>>> stripascii(b'\\x00')
|
||||
>>> stripascii(b'\\x00') # doctest: +SKIP
|
||||
b''
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user