Move check_agents to pytest; rename properties.yml.example - #12
Merged
Conversation
check_agents moves from modules/tests/ (a click CLI module) to tests/test_check_agents.py (a pytest test), matching the pattern already used in template_ai_vault and ai_vault. Adds pytest/pytest-cov as dependencies, a tests.pytest invoke task, a pytest CI job, and excludes tests/ from ruff/pylint (checked by pytest instead) — same pyproject.toml shape as the other two repos. Also renames properties.yml.example to properties.example.yml so editors recognize and syntax-highlight it as YAML. Co-Authored-By: Claude Sonnet 5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moves
check_agentsfrom amodules/tests/click CLI module to a pytest test undertests/test_check_agents.py, matching the pattern already used intemplate_ai_vaultandai_vault. Also renamesproperties.yml.exampletoproperties.example.ymlso editors syntax-highlight it as YAML.Changes
pytest/pytest-covdeps; addtests.pytestinvoke task and CI jobtests/from ruff/pylint (checked by pytest instead) viapyproject.tomltests/test_check_agents.pyreplacesmodules/tests/check_agents.py;tasks.tests.check_agentsnow runspytest tests/test_check_agents.pyREADME.md,.github/instructions/*.md) to reflect the new location and pytest jobproperties.yml.example→properties.example.yml, fix references indocs.prompt.mdmirrors andtemplate.ignore.yml