pytest-fixtures
- Repo stars 0
- Author repo skills-registry
- Setup via
@pytest.fixturecomscope=explícito (function,module,session). - Casos variados via
@pytest.mark.parametrizecomids=legíveis. - Sem
unittest.TestCaseem código novo. - Asserts simples — pytest reescreve mensagem automaticamente.
conftest.pypor pasta pra fixtures compartilhadas.- Marcadores customizados em
pyproject.toml [tool.pytest.ini_options].
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: alanpcf/cocada — distributed by TomeVault.
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. No step sections in source
- Setup via `@pytest.fixture` com `scope=` explícito (`function`, `module`, `session`). - Casos variados via `@pytest.mark.parametrize` com `ids=` legíveis. - Sem `unittest.TestCase` em código novo. - Asserts simples — pytest reescreve mensagem automaticamente. - `conftest.py` por pasta pra fixtures compartilhadas. …
- Setup via `@pytest.fixture` com `scope=` explícito (`function`, `module`, `session`).
- Casos variados via `@pytest.mark.parametrize` com `ids=` legíveis.
- Sem `unittest.TestCase` em código novo.
- Asserts simples — pytest reescreve mensagem automaticamente.
- `conftest.py` por pasta pra fixtures compartilhadas.
- Marcadores customizados em `pyproject.toml [tool.pytest.ini_options]`.
---
> Source: [alanpcf/cocada](https://github.com/alanpcf/cocada) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> - Setup via @pytest.fixture com scope= explícito (function, module, session). · --- > Source: [alanpcf/cocada](https://github.com/alanpcf/cocada) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> @pytest.fixture · scope= · function · module · session · @pytest.mark.parametrize · ids= · unittest.TestCase
body sha256 -> 9fcef86807b4
Decide Fit First
Design Intent
How To Use It
Boundaries And Review