Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Coderah
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
tools
tinytest-codegen.py
on
7.0.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 18, 2021
Merge tag 'v1.16'
jepler
committed
87d3740
View commit details
Copy full SHA for 87d3740
View code at this point
Browse repository at this point
Commits on May 26, 2021
tools/tinytest-codegen.py: Add command-line option to exclude tests.
Show description for f5cba77
dpgeorge
committed
f5cba77
View commit details
Copy full SHA for f5cba77
View code at this point
Browse repository at this point
Commits on May 5, 2021
Merge MicroPython 1.13 into CircuitPython
tannewt
committed
f0bb26d
View commit details
Copy full SHA for f0bb26d
View code at this point
Browse repository at this point
Commits on May 3, 2021
Merge MicroPython 1.12 into CircuitPython
tannewt
committed
b35fa44
View commit details
Copy full SHA for b35fa44
View code at this point
Browse repository at this point
Commits on Apr 21, 2021
Merge MicroPython 1.10 into CircuitPython
tannewt
committed
09f7b43
View commit details
Copy full SHA for 09f7b43
View code at this point
Browse repository at this point
Commits on Apr 20, 2021
codeformat
tannewt
committed
b057fb8
View commit details
Copy full SHA for b057fb8
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Add license to some obvious files.
Flameeyes
committed
34b4993
View commit details
Copy full SHA for 34b4993
View code at this point
Browse repository at this point
Commits on Apr 5, 2020
py/objexcept: Allow compression of exception message text.
Show description for 85858e7
jimmo
authored and
dpgeorge
committed
85858e7
View commit details
Copy full SHA for 85858e7
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
all: Reformat C and Python source code with tools/codeformat.py.
Show description for 69661f3
dpgeorge
committed
69661f3
View commit details
Copy full SHA for 69661f3
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
tools/tinytest-codegen.py: Add extra newline and result message.
Show description for fd0ba7b
dlech
authored and
dpgeorge
committed
fd0ba7b
View commit details
Copy full SHA for fd0ba7b
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
tests: Add tests for sys.settrace feature.
malinah
authored and
dpgeorge
committed
498e352
View commit details
Copy full SHA for 498e352
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
qemu-arm: Add testing of frozen native modules.
Show description for 0bd1eb8
jimmo
authored and
dpgeorge
committed
0bd1eb8
View commit details
Copy full SHA for 0bd1eb8
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Sync with micropython. closes #1414
CarlFK
committed
5f3a259
View commit details
Copy full SHA for 5f3a259
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
WIP: after merge; before testing
dhalbert
committed
7c21960
View commit details
Copy full SHA for 7c21960
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
tools/tinytest-codegen: Ignore system locale, write output in UTF-8.
Show description for 4475f32
pfalcon
committed
4475f32
View commit details
Copy full SHA for 4475f32
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
tools/tinytest-codegen: Add --stdin switch instead of recently added --target.
Show description for 325d0fc
pfalcon
committed
325d0fc
View commit details
Copy full SHA for 325d0fc
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
tools/tinytest-codegen: Take --target= option for test set selection.
Show description for 43141dd
pfalcon
committed
43141dd
View commit details
Copy full SHA for 43141dd
View code at this point
Browse repository at this point
tools/tinytest-codegen: More excludes after enabling expected output match.
pfalcon
committed
e6f0d54
View commit details
Copy full SHA for e6f0d54
View code at this point
Browse repository at this point
tools/tinytest-codegen: Wrap lines of exclude_tests.
Show description for 4db6a7a
pfalcon
committed
4db6a7a
View commit details
Copy full SHA for 4db6a7a
View code at this point
Browse repository at this point
tools/tinytest-codegen.py: Generate code for upytesthelper.
Show description for 48e931e
pfalcon
committed
48e931e
View commit details
Copy full SHA for 48e931e
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634e
tannewt
committed
fab634e
View commit details
Copy full SHA for fab634e
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
pfalcon
committed
320099a
View commit details
Copy full SHA for 320099a
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
qemu-arm: Enable machine module and associated tests.
dpgeorge
committed
e4be56a
View commit details
Copy full SHA for e4be56a
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
qemu-arm: Don't compile tests in "REPL" mode.
Show description for f1db8a3
dpgeorge
committed
f1db8a3
View commit details
Copy full SHA for f1db8a3
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.
pfalcon
committed
4614403
View commit details
Copy full SHA for 4614403
View code at this point
Browse repository at this point
Commits on Nov 12, 2016
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
pfalcon
committed
30cfdc2
View commit details
Copy full SHA for 30cfdc2
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
qemu-arm: Enable software floating point support, and float tests.
Show description for ca973bd
dpgeorge
committed
ca973bd
View commit details
Copy full SHA for ca973bd
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.
pfalcon
committed
796b720
View commit details
Copy full SHA for 796b720
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
qemu-arm: Exclude new vfs_fat tests.
hosaka
authored and
dpgeorge
committed
52aa532
View commit details
Copy full SHA for 52aa532
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
qemu-arm: Exclude extmod/vfs_fat_fileio.py test.
hosaka
authored and
dpgeorge
committed
06e7032
View commit details
Copy full SHA for 06e7032
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
qemu-arm: Enable lots of extmods and enable tests for them.
Show description for b0a15aa
dpgeorge
committed
b0a15aa
View commit details
Copy full SHA for b0a15aa
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
qemu-arm: Enable builtin override feature, and enable more tests.
Show description for be989be
dpgeorge
committed
be989be
View commit details
Copy full SHA for be989be
View code at this point
Browse repository at this point
Commits on Apr 19, 2015
qemu-arm: Disable inline asm tests that use floating point.
dpgeorge
committed
d847509
View commit details
Copy full SHA for d847509
View code at this point
Browse repository at this point
Commits on Jan 25, 2015
qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).
dpgeorge
committed
2f8c409
View commit details
Copy full SHA for 2f8c409
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.