-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpytest.json
More file actions
48 lines (48 loc) · 1.35 KB
/
pytest.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/pytest",
"@type": "schema:SoftwareApplication",
"name": "pytest",
"description": "Comprehensive testing framework for Python that enhances research software reliability and maintainability through advanced testing capabilities, fixtures, and plugins, supporting test-driven development practices essential for research software quality assurance.",
"url": "https://docs.pytest.org/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{
"@id": "dim:maintainability",
"@type": "@id"
},
{
"@id": "dim:reliability",
"@type": "@id"
}
],
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": [
{
"@id": "rs:AnalysisCode",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
}
],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
}
],
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_test_coverage",
"@type": "@id"
}
]
}