Skip to content
Snippets Groups Projects

Rewrite celery tasks as a decorated function

Compare and
5 files
+ 73
91
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
0
import pytest
from swh.scheduler.tests.conftest import * # noqa
@pytest.fixture(scope='session')
def celery_includes():
return [
'swh.loader.git.tasks',
]
Loading