Skip to content

test: declare test runner dependencies - #388

Open
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bot:fix/issue-362-test-extra-dependencies
Open

test: declare test runner dependencies#388
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bot:fix/issue-362-test-extra-dependencies

Conversation

@njzjz-bot

Copy link
Copy Markdown

Summary

  • add coverage, mock, and pytest to the test extra
  • keep existing test-only packages in that extra
  • remove the separate CI-only installation so contributors and CI use the same dependency contract

jsonpickle is a runtime import and is declared separately by PR #385 for issue #359.

Tests

  • parsed pyproject.toml with tomllib and verified the direct test dependencies
  • parsed .github/workflows/test.yml with PyYAML
  • git diff --check

Closes #362

Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Aug 23, 2026
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 59 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d9412eb0-e831-460b-933d-100dc802340f

📥 Commits

Reviewing files that changed from the base of the PR and between 6b01f29 and fb8c9e3.

📒 Files selected for processing (2)
  • .github/workflows/test.yml
  • pyproject.toml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.42%. Comparing base (6b01f29) to head (fb8c9e3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
- Coverage   84.43%   84.42%   -0.01%     
==========================================
  Files         104      104              
  Lines        6110     6107       -3     
==========================================
- Hits         5159     5156       -3     
  Misses        951      951              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Add coverage, mock, and pytest to the test extra and make CI rely on that advertised installation path.

Closes deepmodeling#362

Coding-Agent: Codex
Codex-Version: codex-cli 0.149.1
Model: gpt-5.6-sol
Reasoning-Effort: xhigh
@njzjz-bot
njzjz-bot force-pushed the fix/issue-362-test-extra-dependencies branch from 0d5ebc4 to fb8c9e3 Compare August 26, 2026 11:00
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Code scan] Add direct test-runner dependencies to the test extra

1 participant