Redis and RabbitMQ/Celery app config fxiture fixes #298
Annotations
3 errors
Run tests:
tests/test_fixtures.py#L469
test_celery_config_ext
AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...}
Omitting 4 identical items, use -vv to show
Differing items:
{'failed': 1} != {'failed': 0}
{'passed': 0} != {'passed': 1}
Full diff:
{
'errors': 0,
- 'failed': 0,
? ^
+ 'failed': 1,
? ^
- 'passed': 1,
? ^
+ 'passed': 0,
? ^
'skipped': 0,
'xfailed': 0,
'xpassed': 0,
}
|
Run tests:
test_app.py#L6
test_celery_config_with_celery
AssertionError: assert 'rpc://' == 'cache'
- cache
+ rpc://
|
Run tests
Process completed with exit code 1.
|
Loading