Skip to content

chore(backend): add pytest.ini configuration#644

Open
bturcotte520 wants to merge 1 commit intosrbhr:mainfrom
bturcotte520:kiloLove
Open

chore(backend): add pytest.ini configuration#644
bturcotte520 wants to merge 1 commit intosrbhr:mainfrom
bturcotte520:kiloLove

Conversation

@bturcotte520
Copy link
Copy Markdown

@bturcotte520 bturcotte520 commented Jan 29, 2026

Add standard pytest configuration file with:

  • Test discovery in tests/ directory
  • Standard naming conventions (test_.py, Test, test_*)
  • Verbose output with short tracebacks
  • Deprecation warning filters for cleaner output

Pull Request Title

Related Issue

Description

copilot:summary

Type

  • Bug Fix
  • Feature Enhancement
  • Documentation Update
  • Code Refactoring
  • Other (please specify):

Proposed Changes

Screenshots / Code Snippets (if applicable)

How to Test

Checklist

  • The code compiles successfully without any errors or warnings
  • The changes have been tested and verified
  • The documentation has been updated (if applicable)
  • The changes follow the project's coding guidelines and best practices
  • The commit messages are descriptive and follow the project's guidelines
  • All tests (if applicable) pass successfully
  • This pull request has been linked to the related issue (if applicable)

Additional Information

copilot:walkthrough


Summary by cubic

Adds a pytest.ini to the backend to standardize test discovery and clean up test output.
It discovers tests in tests/, uses test_.py/Test/test_*, runs with -v and short tracebacks, and filters Deprecation/PendingDeprecation warnings.

Written for commit d262172. Summary will update on new commits.

Add standard pytest configuration file with:
- Test discovery in tests/ directory
- Standard naming conventions (test_*.py, Test*, test_*)
- Verbose output with short tracebacks
- Deprecation warning filters for cleaner output
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant