Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F11023541
conftest.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
567 B
Subscribers
None
conftest.py
View Options
# Copyright (C) 2021 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
import
pytest
pytest_plugins
=
[
"swh.scheduler.pytest_plugin"
,
"swh.storage.pytest_plugin"
,
"swh.loader.pytest_plugin"
,
]
@pytest.fixture
(
scope
=
"session"
)
def
swh_scheduler_celery_includes
(
swh_scheduler_celery_includes
):
return
swh_scheduler_celery_includes
+
[
"swh.loader.cvs.tasks"
,
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Thu, Sep 18, 4:46 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3340456
Attached To
rDLDCVS CVS Loader
Event Timeline
Log In to Comment