Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/tests/basics/bytes_add_endian.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
141 B
Python
Raw Normal View History

tests: Split byteorder-dependent tests to *_endian.py's.
2015-08-30 00:30:28 +03:00
# test bytes + other
tests/basic: Make various tests skippable.
2017-03-09 00:07:19 +01:00
try:
tests: Replace umodule with module everywhere. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-08-18 16:57:45 +10:00
import array
tests/basic: Make various tests skippable.
2017-03-09 00:07:19 +01:00
except ImportError:
tests: Replace umodule with module everywhere. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-08-18 16:57:45 +10:00
print("SKIP")
raise SystemExit
tests: Split byteorder-dependent tests to *_endian.py's.
2015-08-30 00:30:28 +03:00
print(b"123" + array.array('i', [1]))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 191ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API