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
e95e921ca1
circuitpython
/
tests
/
cpydiff
/
modules
/
foo.py
3 lines
17 B
Python
Raw
Normal View
History
Unescape
Escape
run code formatting script
2021-03-15 09:57:36 -04:00
print
(
"
foo
"
)
tests/cpydiff: Add initial set of tests for uPy-CPython differences. These tests are intended to fail, as they provide a programatic record of differences between uPy and CPython. They also contain a special comment at the start of the file which has meta-data describing the difference, including known causes and known workarounds.
2017-02-06 23:55:37 -05:00
xxx