원클릭으로
pybandits
pybandits에는 PlaytikaOSS에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Write pytest tests matching this project's style: hypothesis + @given for property tests, @pytest.mark.parametrize for discrete cases, configuration values injected via fixtures, st.just, or default arguments (never read directly from module globals in test bodies), factory fixtures for expensive objects, full type annotations and docstrings. Use when: asked to write, add, or expand pytest tests for pybandits.
Generate a commit message for the staged changes using this exact format: subject line with optional issue number, then ### Changes: body with bullet points per file/component. Use when: asked to commit, write a commit message, or stage and commit changes.