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 }}
StackRduino
/
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
tests
run-tests
on
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2020
also disable async_coroutine test in native emitter
kvc0
committed
764d49e
View commit details
Copy full SHA for 764d49e
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Scripts: Change wording for pseudoterminals
jepler
committed
9737dd9
View commit details
Copy full SHA for 9737dd9
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
test requires yield, can't run native
jepler
committed
d1a2a1a
View commit details
Copy full SHA for d1a2a1a
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Use tests from ulab extmod, instead of our own
jepler
committed
c0bfa11
View commit details
Copy full SHA for c0bfa11
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
ulab: Incorporate it
jepler
committed
fa3b9eb
View commit details
Copy full SHA for fa3b9eb
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
merge finished
dhalbert
committed
f48b700
View commit details
Copy full SHA for f48b700
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 Jun 12, 2018
tests/extmod: Add test for VFS and user-defined filesystem and files.
dpgeorge
committed
c901cc6
View commit details
Copy full SHA for c901cc6
View code at this point
Browse repository at this point
Commits on May 22, 2018
py/objgenerator: Protect against reentering a generator.
Show description for 400273a
dpgeorge
committed
400273a
View commit details
Copy full SHA for 400273a
View code at this point
Browse repository at this point
Commits on May 11, 2018
tests/float/float_parse: Allow test to run on 32-bit archs.
Show description for d2c1db1
dpgeorge
committed
d2c1db1
View commit details
Copy full SHA for d2c1db1
View code at this point
Browse repository at this point
Commits on May 2, 2018
tests/run-tests: Support esp32 as a target for running the test suite.
aykevl
authored and
dpgeorge
committed
5eb198c
View commit details
Copy full SHA for 5eb198c
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
tests: Move recursive tests to the tests/stress/ subdir.
Show description for 5ad27d4
dpgeorge
committed
5ad27d4
View commit details
Copy full SHA for 5ad27d4
View code at this point
Browse repository at this point
py/objgenerator: Check stack before resuming a generator.
Show description for cbf981f
jepler
authored and
dpgeorge
committed
cbf981f
View commit details
Copy full SHA for cbf981f
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
tests/stress: Add test to verify the GC can trace nested objects.
dpgeorge
committed
a45a34e
View commit details
Copy full SHA for a45a34e
View code at this point
Browse repository at this point
Commits on Apr 1, 2018
py/objgenerator: Check stack before resuming a generator
Show description for a909007
jepler
committed
a909007
View commit details
Copy full SHA for a909007
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
run_tests: EXTERNAL_TARGETS can't run in parallel
jepler
committed
0dfc3be
View commit details
Copy full SHA for 0dfc3be
View code at this point
Browse repository at this point
run-tests: automatically parallelism based on CPU (thread) count
jepler
committed
c2b8529
View commit details
Copy full SHA for c2b8529
View code at this point
Browse repository at this point
run-tests: optionally parallelize tests
Show description for a3309eb
jepler
committed
a3309eb
View commit details
Copy full SHA for a3309eb
View code at this point
Browse repository at this point
run-tests: sort skipped and failed tests
Show description for b9dd6a5
jepler
committed
b9dd6a5
View commit details
Copy full SHA for b9dd6a5
View code at this point
Browse repository at this point
run_tests: make access to shared variables thread safe
jepler
committed
a73f005
View commit details
Copy full SHA for a73f005
View code at this point
Browse repository at this point
run_tests: factor run_one_test to function
jepler
committed
4767d23
View commit details
Copy full SHA for 4767d23
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
tests/run-tests: Capture any output from a crashed uPy execution.
Show description for 49e0dd5
dpgeorge
committed
49e0dd5
View commit details
Copy full SHA for 49e0dd5
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
py/objgenerator: Allow to pend an exception for next execution.
Show description for 6364401
pfalcon
committed
6364401
View commit details
Copy full SHA for 6364401
View code at this point
Browse repository at this point
tests/run-tests: Skip running feature checks for --list-tests/--write-exp.
Show description for 103eeff
pfalcon
committed
103eeff
View commit details
Copy full SHA for 103eeff
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
tests/run-tests: Don't test for --target=unix with "pyb is None".
Show description for 3233537
pfalcon
committed
3233537
View commit details
Copy full SHA for 3233537
View code at this point
Browse repository at this point
tests/run-tests: Add composable --include and --exclude options.
Show description for 64bb32d
pfalcon
committed
64bb32d
View commit details
Copy full SHA for 64bb32d
View code at this point
Browse repository at this point
tests/run-tests: Fix handling of --list-tests wrt skipped tests.
Show description for aaeb70b
pfalcon
committed
aaeb70b
View commit details
Copy full SHA for aaeb70b
View code at this point
Browse repository at this point
tests/run-tests: minimal: Exclude recently added subclass_native_init.py.
Show description for 8d11fc0
pfalcon
committed
8d11fc0
View commit details
Copy full SHA for 8d11fc0
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
tests/run-tests: Add --list-tests switch.
Show description for 334934e
pfalcon
committed
334934e
View commit details
Copy full SHA for 334934e
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
tests/run-tests: Wrap long lists to facilitate adding more items.
pfalcon
committed
e104e24
View commit details
Copy full SHA for e104e24
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
tests/run-tests: "minimal": Skip recently added float/float_parse.py.
Show description for a289b24
pfalcon
committed
a289b24
View commit details
Copy full SHA for a289b24
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
py/parsenum: Improve parsing of floating point numbers.
Show description for 84895f1
dpgeorge
committed
84895f1
View commit details
Copy full SHA for 84895f1
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bc
tannewt
committed
7b393bc
View commit details
Copy full SHA for 7b393bc
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
tests: Capture stderr output as well.
tannewt
committed
b31d673
View commit details
Copy full SHA for b31d673
View code at this point
Browse repository at this point
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dc
tannewt
committed
73c15dc
View commit details
Copy full SHA for 73c15dc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.