Instruction file imported from blueBananacc/HumanResource (
.github/instructions/tests.instructions.md). Copyright stays with the author.
- 测试运行环境都在
conda activate HR下 - 统一使用 pytest 作为测试运行与组织框架
- 每个模块必须有相应的单元测试,测试失败要定位原因并修复,不要跳过失败的测试
测试运行环境都在 `conda activate HR` 下 - 统一使用 pytest 作为测试运行与组织框架 - 每个模块必须有相应的单元测试,测试失败要定位原因并修复,不要跳过失败的测试
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsInstruction file imported from blueBananacc/HumanResource (
.github/instructions/tests.instructions.md). Copyright stays with the author.
conda activate HR 下Copy one of these into your project. Installing also returns the manifest and these snippets.
targets:
- https://api.opensmartroute.ai/api/v1/registry/bluebananacc-humanresource-tests-instructions/manifest # or paste the manifest belowAn Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "bluebananacc-humanresource-tests-instructions",
"kind": "skill",
"name": "tests",
"description": "测试运行环境都在 `conda activate HR` 下 - 统一使用 pytest 作为测试运行与组织框架 - 每个模块必须有相应的单元测试,测试失败要定位原因并修复,不要跳过失败的测试",
"publisher": "blueBananacc",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"测试运行环境都在 `conda activate HR` 下 - 统一使用 pytest 作为测试运行与组织框架 - 每个模块必须有相应的单元测试,测试失败要定位原因并修复,不要跳过失败的测试"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/blueBananacc/HumanResource",
"path": ".github/instructions/tests.instructions.md",
"ref": "6baeb680cf8ffc740f614c3d204e885ac76800b9",
"url": "https://github.com/blueBananacc/HumanResource/blob/6baeb680cf8ffc740f614c3d204e885ac76800b9/.github/instructions/tests.instructions.md",
"key": "blueBananacc/HumanResource/.github/instructions/tests.instructions.md"
},
"applies_to": "tests/**/*.py"
},
"instructions": "- 测试运行环境都在 `conda activate HR` 下\n- 统一使用 pytest 作为测试运行与组织框架\n- 每个模块必须有相应的单元测试,测试失败要定位原因并修复,不要跳过失败的测试",
"cost": {
"context_tokens": 24
}
}Fetch it by URL: GET /api/v1/registry/bluebananacc-humanresource-tests-instructions/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.