Skip to content

docs: add README for test directory and usage instructions#18

Merged
LeiGuo622 merged 1 commit into
mainfrom
docs/test-usage-guide
May 11, 2026
Merged

docs: add README for test directory and usage instructions#18
LeiGuo622 merged 1 commit into
mainfrom
docs/test-usage-guide

Conversation

@LeiGuo622
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 11, 2026 08:26
@LeiGuo622 LeiGuo622 merged commit 52f7c6a into main May 11, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation under test/ describing the purpose of the test directory and how to run the batch test_prejudge.py script for prejudge validation.

Changes:

  • Added test/README.md with usage instructions for test_prejudge.py
  • Documented expected CSV input/output formats and provided an example output

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread test/README.md
Comment on lines +49 to +51
## test.csv

Sample input CSV file with three example CVE commits for testing purposes. No newline at end of file
Comment thread test/README.md
Comment on lines +40 to +46
### Example Output

```
CVE-ID,Mainline_Commit,Status,Prejudge_Result
CVE-2025-68325,9fefc78f7f02d71810776fdeb119a05a946a27cc,undefined,"false, fix commits missing"
CVE-2025-68761,c105e76bb17cf4b55fe89c6ad4f6a0e3972b5b08,undefined,"false, fix commits missing"
CVE-2025-68751,14e4e4175b64dd9216b522f6ece8af6997d063b2,undefined,"false, config not enabled"
Comment thread test/README.md
Comment on lines +11 to +13
```bash
python test_prejudge.py <input-csv-path> <output-csv-path> <kernel-dir> <target-project-dir>
```
@LeiGuo622 LeiGuo622 deleted the docs/test-usage-guide branch May 11, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants