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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sschefflab
/
circ
Public
forked from
circify/circ
Notifications
You must be signed in to change notification settings
Fork
1
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
Zok unit test runner
- #9
#9
Merged
kmerrill18
merged 32 commits into
master
sschefflab/circ:master
from
zok_unit_test_runner
sschefflab/circ:zok_unit_test_runner
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
32
(32)
Checks
Files changed
Merged
Zok unit test runner
#9
kmerrill18
merged 32 commits into
master
sschefflab/circ:master
from
zok_unit_test_runner
sschefflab/circ:zok_unit_test_runner
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2026
Add ztest example and discovery demo
Show description for 2f57021
karandeol-26
committed
2f57021
View commit details
Copy full SHA for 2f57021
Browse repository at this point
Update .gitignore
karandeol-26
authored
dd8b3f7
View commit details
Copy full SHA for dd8b3f7
Browse repository at this point
Merge branch 'zok_unit_test_runner' of https://github.com/sschefflab/circ into zok_unit_test_runner
karandeol-26
committed
332040c
View commit details
Copy full SHA for 332040c
Browse repository at this point
Commits on Jul 16, 2026
Add test runner and eval for @test inputs
Show description for 27b3b86
karandeol-26
committed
27b3b86
View commit details
Copy full SHA for 27b3b86
Browse repository at this point
Commits on Jul 17, 2026
Add end-to-end test runner and array support
Show description for d396732
karandeol-26
committed
d396732
View commit details
Copy full SHA for d396732
Browse repository at this point
Merge branch 'master' into zok_unit_test_runner
karandeol-26
authored
e84472f
View commit details
Copy full SHA for e84472f
Browse repository at this point
Merge branch 'zok_unit_test_runner' of https://github.com/sschefflab/circ into zok_unit_test_runner
karandeol-26
committed
6c83f30
View commit details
Copy full SHA for 6c83f30
Browse repository at this point
Update coverage_test.zok
karandeol-26
committed
5e3f639
View commit details
Copy full SHA for 5e3f639
Browse repository at this point
Remove duplicate assertion in test case
Show description for 3ba60f8
karandeol-26
authored
3ba60f8
View commit details
Copy full SHA for 3ba60f8
Browse repository at this point
Refactor comments to use Rust doc comments format
Show description for 08236ec
karandeol-26
authored
08236ec
View commit details
Copy full SHA for 08236ec
Browse repository at this point
Commits on Jul 21, 2026
Clarify documentation on value-only array handling
Show description for 49ca19b
karandeol-26
authored
49ca19b
View commit details
Copy full SHA for 49ca19b
Browse repository at this point
Fix formatting in documentation comment
karandeol-26
authored
ae9cbc2
View commit details
Copy full SHA for ae9cbc2
Browse repository at this point
Update comments for zero-length array check
Show description for 020f58f
karandeol-26
authored
020f58f
View commit details
Copy full SHA for 020f58f
Browse repository at this point
Refactor comments and update outcome descriptions
karandeol-26
authored
0ab8cbf
View commit details
Copy full SHA for 0ab8cbf
Browse repository at this point
Update comment on generic test functions rejection
karandeol-26
authored
9cd54fe
View commit details
Copy full SHA for 9cd54fe
Browse repository at this point
Remove performance notes from ztest.rs
Show description for bf16d69
karandeol-26
authored
bf16d69
View commit details
Copy full SHA for bf16d69
Browse repository at this point
Add TODO for error handling refactor in catch function
Show description for d2bcd53
karandeol-26
authored
d2bcd53
View commit details
Copy full SHA for d2bcd53
Browse repository at this point
Commits on Jul 22, 2026
Refactor comments in walk_function_definition
karandeol-26
authored
f66c1d9
View commit details
Copy full SHA for f66c1d9
Browse repository at this point
Revise flatten function documentation
Show description for 9700b47
karandeol-26
authored
9700b47
View commit details
Copy full SHA for 9700b47
Browse repository at this point
Remove return type restriction in run_test function
Show description for 85cd72e
karandeol-26
authored
85cd72e
View commit details
Copy full SHA for 85cd72e
Browse repository at this point
Refactor TestCase struct and improve documentation
Show description for 8029862
karandeol-26
authored
8029862
View commit details
Copy full SHA for 8029862
Browse repository at this point
Reject return-typed test functions during discovery
karandeol-26
committed
51d9b3a
View commit details
Copy full SHA for 51d9b3a
Browse repository at this point
Refine documentation for public inputs and tests
Show description for 1e0fe83
karandeol-26
authored
1e0fe83
View commit details
Copy full SHA for 1e0fe83
Browse repository at this point
Refactor comments in test runner module
Show description for 88aa167
karandeol-26
authored
88aa167
View commit details
Copy full SHA for 88aa167
Browse repository at this point
Refine documentation for proof-mode optimization
Show description for 4995d41
karandeol-26
authored
4995d41
View commit details
Copy full SHA for 4995d41
Browse repository at this point
Refine comments in ztest_e2e.rs for clarity
Show description for 2f56252
karandeol-26
authored
2f56252
View commit details
Copy full SHA for 2f56252
Browse repository at this point
Commits on Jul 23, 2026
Support tuple test inputs
Show description for 97c586e
karandeol-26
committed
97c586e
View commit details
Copy full SHA for 97c586e
Browse repository at this point
Support per-test backend selection (mirage/groth16)
Show description for 0e83e78
karandeol-26
committed
0e83e78
View commit details
Copy full SHA for 0e83e78
Browse repository at this point
Commits on Jul 27, 2026
Remove singleton-tuple special-case and update tests
Show description for 883ff16
karandeol-26
committed
883ff16
View commit details
Copy full SHA for 883ff16
Browse repository at this point
Commits on Jul 28, 2026
Add Mirage and Groth16 challenge e2e tests
Show description for a80c190
karandeol-26
committed
a80c190
View commit details
Copy full SHA for a80c190
Browse repository at this point
Commits on Jul 29, 2026
Refactor challenge tests for Mirage backend
Show description for 93b84cc
karandeol-26
committed
93b84cc
View commit details
Copy full SHA for 93b84cc
Browse repository at this point
Commits on Jul 30, 2026
Clarify assertion checks before optimization
Show description for c8bcfc7
karandeol-26
committed
c8bcfc7
View commit details
Copy full SHA for c8bcfc7
Browse repository at this point
You can’t perform that action at this time.