-
Notifications
You must be signed in to change notification settings - Fork 0
test: add unit tests case #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ig_commands tests
…nd error handling
PR Review 🔍
|
|
/help |
PR Code Suggestions ✨
|
Penify Walkthrough 🤖Welcome to Penify, an AI-powered tool for automated pull request analysis, feedback, suggestions and more. Here is a list of tools you can use to interact with the Penify:
(1) Note that each tool be triggered automatically when a new PR is opened, or called manually by commenting on a PR. (2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the |
Description
Changes walkthrough 📝
1 files
config_commands.py
Refactor config_commands for better error handlingpenify_hook/commands/config_commands.py
recursive_search_git_folderto theutilsmodule.1 files
__init__.py
Initialize tests directory as a packagetests/init.py
package.
5 files
conftest.py
Setup pytest configuration and fixturestests/conftest.py
test_commit_commands.py
Comprehensive tests for commit commandstests/test_commit_commands.py
commit_code,setup_commit_parser, andhandle_commit.test_config_commands.py
Unit tests for configuration commandstests/test_config_commands.py
test_doc_commands.py
Tests for document generation commandstests/test_doc_commands.py
test_web_config.py
Tests for web configuration setuptests/test_web_config.py
2 files
settings.json
Update VSCode settings for testing.vscode/settings.json
pytest.ini
Configure pytest settingspytest.ini