Skip to content

Add dictionary file validation tests (模型测试) - #1

Draft
nightraid-yyf with Copilot wants to merge 2 commits into
masterfrom
copilot/test-model-implementation
Draft

nightraid-yyf with Copilot wants to merge 2 commits into
masterfrom
copilot/test-model-implementation

Conversation

Copilot AI commented Mar 16, 2026

Copy link
Copy Markdown

Adds a test_dicts.py unittest script to validate the integrity of the repository's core fuzzing dictionary files.

Changes

  • test_dicts.py — two test classes using Python's built-in unittest:
    • TestDictionaryFiles: asserts 12 key dict files exist and are non-empty
    • TestDictionaryContent: asserts minimum entry counts for high-value dicts (e.g. AllParam.txt ≥ 1000, top1000.txt ≥ 100)
python3 test_dicts.py
# Ran 17 tests in 0.026s — OK

No new dependencies — stdlib only.


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Co-authored-by: nightraid-yyf <33614074+nightraid-yyf@users.noreply.github.com>
Copilot AI changed the title [WIP] Add model testing functionality Add dictionary file validation tests (模型测试) Mar 16, 2026
Copilot AI requested a review from nightraid-yyf March 16, 2026 05:47
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