Skip to content

test: organize test files into subfolders by domain#62

Merged
JeanExtreme002 merged 1 commit into
mainfrom
jeanextreme002/organize-tests-into-subfolders
Jun 7, 2026
Merged

test: organize test files into subfolders by domain#62
JeanExtreme002 merged 1 commit into
mainfrom
jeanextreme002/organize-tests-into-subfolders

Conversation

@JeanExtreme002

Copy link
Copy Markdown
Owner

Organize the flat tests/ directory into logical subdirectories:

  • app/ — GUI and application tests
  • scan/ — scanning, pattern matching, numpy acceleration
  • pointer/ — pointer chain, scan, and remote pointer
  • process/ — process/module/thread enumeration
  • memory/ — read/write/allocate operations
  • platforms/ — platform-specific (linux, macos, win32, bitness)
  • core/ — errors and logger

No test code was modified — only file moves. All 446 tests pass.

Group test modules into logical subdirectories:
- app/: GUI and application tests
- scan/: scanning, pattern matching, numpy acceleration
- pointer/: pointer chain, scan, and remote pointer
- process/: process/module/thread enumeration
- memory/: read/write/allocate operations
- platforms/: platform-specific (linux, macos, win32, bitness)
- core/: errors and logger
@github-actions github-actions Bot added the tests Test changes (tests/) label Jun 7, 2026
@JeanExtreme002 JeanExtreme002 changed the title tests: organize test files into subfolders by domain test: organize test files into subfolders by domain Jun 7, 2026
@JeanExtreme002 JeanExtreme002 merged commit 9ca6f0d into main Jun 7, 2026
17 of 18 checks passed
@github-actions github-actions Bot deleted the jeanextreme002/organize-tests-into-subfolders branch June 7, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Test changes (tests/)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant