Skip to content

Instantly share code, notes, and snippets.

@felipecruz
Created August 28, 2013 21:46
Show Gist options
  • Save felipecruz/6371758 to your computer and use it in GitHub Desktop.
Save felipecruz/6371758 to your computer and use it in GitHub Desktop.
{
"id": 1,
"reports": [
{
"longrepr": null,
"when": "call",
"nodeid": "tests/test_domain.py::test_test_report_repository__init",
"duration": 0.0006470680236816406,
"location": [
"tests/test_domain.py",
2,
"test_test_report_repository__init"
],
"keywords": {
"test_test_report_repository__init": 1
},
"outcome": "passed",
"sections": [],
"id": 1
},
{
"longrepr": null,
"when": "call",
"nodeid": "tests/test_domain.py::test_test_report_start_run",
"duration": 0.00034308433532714844,
"location": [
"tests/test_domain.py",
10,
"test_test_report_start_run"
],
"keywords": {
"test_test_report_start_run": 1
},
"outcome": "passed",
"sections": [],
"id": 2
},
{
"longrepr": null,
"when": "call",
"nodeid": "tests/test_domain.py::test_test_report_repository_add_report",
"duration": 0.00031280517578125,
"location": [
"tests/test_domain.py",
19,
"test_test_report_repository_add_report"
],
"keywords": {
"test_test_report_repository_add_report": 1
},
"outcome": "passed",
"sections": [],
"id": 3
},
{
"longrepr": null,
"when": "call",
"nodeid": "tests/test_domain.py::test_test_report_show_failed_tests",
"duration": 0.00032019615173339844,
"location": [
"tests/test_domain.py",
36,
"test_test_report_show_failed_tests"
],
"keywords": {
"test_test_report_show_failed_tests": 1
},
"outcome": "passed",
"sections": [],
"id": 4
},
{
"longrepr": null,
"when": "call",
"nodeid": "tests/test_domain.py::test_test_report_last_run_failed_tests",
"duration": 0.0005240440368652344,
"location": [
"tests/test_domain.py",
48,
"test_test_report_last_run_failed_tests"
],
"keywords": {
"test_test_report_last_run_failed_tests": 1
},
"outcome": "passed",
"sections": [],
"id": 5
},
{
"longrepr": {
"sections": [],
"reprcrash": {
"path": "/Users/felipecruz/Projects/loogica/neurotic/tests/test_report_plugin.py",
"message": "assert 1 == 0",
"lineno": 2
},
"reprtraceback": {
"reprentries": [
{
"reprfuncargs": {
"args": []
},
"reprlocals": null,
"lines": [
" def test_pytest_report_teststatus():",
"> assert 1 == 0",
"E assert 1 == 0"
],
"reprfileloc": {
"path": "tests/test_report_plugin.py",
"message": "AssertionError",
"lineno": 2
},
"short": false
}
],
"style": "long",
"extraline": null
}
},
"when": "call",
"nodeid": "tests/test_report_plugin.py::test_pytest_report_teststatus",
"duration": 0.0006940364837646484,
"location": [
"tests/test_report_plugin.py",
0,
"test_pytest_report_teststatus"
],
"keywords": {
"test_pytest_report_teststatus": 1
},
"outcome": "failed",
"sections": [],
"id": 6
},
{
"longrepr": null,
"when": "call",
"nodeid": "tests/test_report_plugin.py::test_pytest_report_teststatus_error",
"duration": 0.0002880096435546875,
"location": [
"tests/test_report_plugin.py",
3,
"test_pytest_report_teststatus_error"
],
"keywords": {
"test_pytest_report_teststatus_error": 1
},
"outcome": "passed",
"sections": [],
"id": 7
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment