Skip to content

test(integrity): add module duplicate and naming integrity tests - #600

Merged
kaifcodec merged 1 commit into
mainfrom
test/add-module-integrity-tests
Aug 23, 2026
Merged

test(integrity): add module duplicate and naming integrity tests#600
kaifcodec merged 1 commit into
mainfrom
test/add-module-integrity-tests

Conversation

@kaifcodec

Copy link
Copy Markdown
Owner
  • Add automated test suite in tests/test_module_integrity.py to prevent duplicate scan modules
  • Check normalized module filenames to catch variations (e.g. lnk_bio.py vs lnkbio.py) across all categories
  • Verify AST validator function names to ensure no conflicting exported validator names
  • Statically check show_url definitions to prevent duplicate target platforms under different file names
  • Run in pytest and local CI gates
@kaifcodec kaifcodec added the enhancement New feature, request, code improvements/upgrade, performance boost label Aug 22, 2026

@json-hunter07 json-hunter07 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM.

@kaifcodec
kaifcodec merged commit f2bc012 into main Aug 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature, request, code improvements/upgrade, performance boost

2 participants