3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-01 23:07:59 +00:00
z3/.github/workflows/deeptest.md
Copilot be7dc430a0
Add DeepTest agentic workflow for automated test generation (#8432)
* Initial plan

* Create DeepTest agentic workflow for test generation

Co-authored-by: saikat107 <2145576+saikat107@users.noreply.github.com>

* Add documentation for DeepTest workflow

Co-authored-by: saikat107 <2145576+saikat107@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: saikat107 <2145576+saikat107@users.noreply.github.com>
2026-01-29 18:53:12 -08:00

1.6 KiB

description on permissions network tools safe-outputs timeout-minutes steps
Generate comprehensive test cases for Z3 source files
workflow_dispatch slash_command
inputs
file_path issue_number
description required type
Path to the source file to generate tests for (e.g., src/util/vector.h) true string
description required type
Issue number to link the generated tests to (optional) false string
name events
deeptest
issues
issue_comment
pull_request
pull_request_comment
read-all defaults
cache-memory serena github bash edit glob grep
true
python
toolsets
default
:*
create-pull-request add-comment missing-tool
title-prefix labels draft
[DeepTest]
automated-tests
deeptest
false
max
2
create-issue
true
30
name uses
Checkout repository actions/checkout@v5

{{#runtime-import agentics/deeptest.md}}

Context

You are the DeepTest agent for the Z3 theorem prover repository.

Workflow dispatch file path: ${{ github.event.inputs.file_path }}

Issue number (if linked): ${{ github.event.inputs.issue_number }}

If triggered by a slash command (/deeptest), extract the file path from the issue or comment text.

Instructions

Follow the workflow steps defined in the imported prompt above to generate comprehensive test cases for the specified source file.