Skip to content

feat: enable parallel testing via pytest-xdist (#110)#111

Merged
gitvishalshetty merged 1 commit into
tempdevelopfrom
feat/enable-parallel-testing
Mar 14, 2026
Merged

feat: enable parallel testing via pytest-xdist (#110)#111
gitvishalshetty merged 1 commit into
tempdevelopfrom
feat/enable-parallel-testing

Conversation

@gitvishalshetty
Copy link
Copy Markdown
Contributor

  • feat: enable parallel testing in template via pytest-xdist

Updates pyproject.toml in {{cookiecutter.project_slug}} to append -n auto to the pytest addopts. This utilizes the pytest-xdist plugin (already in dependencies) to execute tests concurrently across available cores. Verified by rendering the template locally and executing pytest.

  • feat: add llms.txt for AI discoverability

Creates an llms.txt file in the generated {{cookiecutter.project_slug}} directory to serve as a root-level entry point for AI crawlers. This outlines system directives governing structural limits, licensing (PPL 3.0), core tooling (uv, ruff, mypy), and logging bounds (loguru). Tested via generating a local template instance.

* feat: enable parallel testing in template via pytest-xdist

Updates `pyproject.toml` in `{{cookiecutter.project_slug}}` to append `-n auto` to the pytest `addopts`. This utilizes the `pytest-xdist` plugin (already in dependencies) to execute tests concurrently across available cores. Verified by rendering the template locally and executing `pytest`.

* feat: add `llms.txt` for AI discoverability

Creates an `llms.txt` file in the generated `{{cookiecutter.project_slug}}` directory to serve as a root-level entry point for AI crawlers. This outlines system directives governing structural limits, licensing (PPL 3.0), core tooling (`uv`, `ruff`, `mypy`), and logging bounds (`loguru`). Tested via generating a local template instance.
@gitvishalshetty gitvishalshetty merged commit 7dab54b into tempdevelop Mar 14, 2026
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.

2 participants