wip #255
Annotations
11 errors
|
Run tests:
tests/test_fixtures.py#L344
test_db
AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
Omitting 4 identical items, use -vv to show
Differing items:
{'passed': 0} != {'passed': 2}
{'failed': 2} != {'failed': 0}
Full diff:
{
'errors': 0,
- 'failed': 0,
? ^
+ 'failed': 2,
? ^
- 'passed': 2,
? ^
+ 'passed': 0,
? ^
'skipped': 0,
'xfailed': 0,
'xpassed': 0,
}
|
Run tests:
tests/test_fixtures.py#L487
test_bucket_from_dir
AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
Omitting 4 identical items, use -vv to show
Differing items:
{'passed': 0} != {'passed': 1}
{'failed': 1} != {'failed': 0}
Full diff:
{
'errors': 0,
- 'failed': 0,
? ^
+ 'failed': 1,
? ^
- 'passed': 1,
? ^
+ 'passed': 0,
? ^
'skipped': 0,
'xfailed': 0,
'xpassed': 0,
}
|
Run tests:
tests/test_fixtures.py#L550
test_entrypoint_pkg_resources
AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
Omitting 4 identical items, use -vv to show
Differing items:
{'passed': 1} != {'passed': 2}
{'failed': 1} != {'failed': 0}
Full diff:
{
'errors': 0,
- 'failed': 0,
? ^
+ 'failed': 1,
? ^
- 'passed': 2,
? ^
+ 'passed': 1,
? ^
'skipped': 0,
'xfailed': 0,
'xpassed': 0,
}
|
Run tests:
tests/test_fixtures.py#L613
test_entrypoint_importlib
AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
Omitting 4 identical items, use -vv to show
Differing items:
{'passed': 1} != {'passed': 2}
{'failed': 1} != {'failed': 0}
Full diff:
{
'errors': 0,
- 'failed': 0,
? ^
+ 'failed': 1,
? ^
- 'passed': 2,
? ^
+ 'passed': 1,
? ^
'skipped': 0,
'xfailed': 0,
'xpassed': 0,
}
|
Run tests:
pytest_invenio/fixtures.py#L1
pydocstyle-check
/home/runner/work/pytest-invenio/pytest-invenio/pytest_invenio/fixtures.py:511 in public function `db`:
D202: No blank lines allowed after function docstring (found 1)
|
Run tests:
test_db.py#L8
test_db1
TypeError: 'Session' object is not callable
|
Run tests:
test_db.py#L14
test_db2
TypeError: 'Session' object is not callable
|
Run tests:
test_bucket_from_dir.py#L13
test_creating_location_and_use_bucket_from_dir
TypeError: 'Session' object is not callable
|
Run tests:
test_ep.py#L17
test_app
TypeError: 'Session' object is not callable
|
Run tests:
test_ep.py#L17
test_app
TypeError: 'Session' object is not callable
|
Loading