Skip to content

CI: Add GitHub Actions workflow for mock tests#470

Merged
emanlove merged 6 commits intoserhatbolsu:masterfrom
Dor-bl:mock-tests-action
Feb 2, 2026
Merged

CI: Add GitHub Actions workflow for mock tests#470
emanlove merged 6 commits intoserhatbolsu:masterfrom
Dor-bl:mock-tests-action

Conversation

@Dor-bl
Copy link
Contributor

@Dor-bl Dor-bl commented Jan 24, 2026

This pull request adds a new GitHub Actions workflow for running unit tests, specifically targeting mock tests for the repository. The workflow automates testing on every push and pull request to the master and main branches, ensuring code quality across multiple Python versions.

Continuous Integration setup:

  • Added .github/workflows/unit-tests.yml to define a CI workflow that runs on pushes and pull requests to master and main branches, using Python 3.10 and 3.11.
  • Configured steps to check out the code, set up Python environments, install dependencies (including pytest, mock, and pytest-cov), and run tests in the tests/ directory with verbose output.

@Dor-bl
Copy link
Contributor Author

Dor-bl commented Feb 1, 2026

@emanlove, I merged in the latest from master and everything's passing now.

@emanlove emanlove merged commit 27e4542 into serhatbolsu:master Feb 2, 2026
2 checks passed
@emanlove emanlove added enhancement Acknowledge Acknowledge within Release Notes and removed needs review under review labels Feb 2, 2026
@emanlove emanlove added this to the v3.3 milestone Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Acknowledge Acknowledge within Release Notes enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants