This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e2aa117798
circuitpython
/
tests
/
misc
/
non_compliant.py.exp
8 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Add tests for non-compliant behaviour. These tests are intended to improve coverage and provide a record of behaviour that's either not implemented or non-compliant to CPython.
2015-08-30 07:32:26 -04:00
TypeError
NotImplementedError
True
True
tests: Fix non-compliant expected output to match actual behaviour.
2015-08-30 07:46:08 -04:00
TypeError, ValueError
tests: Add tests for non-compliant behaviour. These tests are intended to improve coverage and provide a record of behaviour that's either not implemented or non-compliant to CPython.
2015-08-30 07:32:26 -04:00
NotImplementedError
py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0).
2015-09-01 10:35:31 -04:00
NotImplementedError