Skip to content

Leverage Pytest-Xdist for Faster and Cleaner Test Runs #736

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

Open
lekhnath-parajuli-nexyom opened this issue May 16, 2025 · 0 comments
Open

Comments

@lekhnath-parajuli-nexyom

Summary
Updated pytest configuration to run tests in parallel using 4 processes and disabled logging during test runs for cleaner output and faster execution.

Context
Since pytest-xdist is already included in our requirements, this change makes use of its parallel execution capabilities to speed up the test suite. Disabling logging during test runs helps reduce noise and makes test output easier to read. This update improves performance and developer experience without introducing any breaking changes.

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

No branches or pull requests

1 participant