3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-14 12:51:48 +00:00
z3/.github/workflows/deeptest.md
Nikolaj Bjorner e2486eff77 upgrade workflows
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-13 08:57:00 -08:00

1.4 KiB

description on permissions network tools safe-outputs timeout-minutes steps
Generate comprehensive test cases for Z3 source files
workflow_dispatch
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
read-all defaults
cache-memory serena github bash edit glob
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 }}

Instructions

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