tests: fixed test suite for celery adoption
This commit is contained in:
parent
840634c16f
commit
1d5d2c0155
209 changed files with 5248 additions and 5275 deletions
|
|
@ -27,8 +27,11 @@ from rhodecode.tests.conftest_common import ( # noqa
|
|||
|
||||
|
||||
pytest_plugins = [
|
||||
"rhodecode.tests.fixture_mods.fixture_pyramid",
|
||||
"rhodecode.tests.fixture_mods.fixture_utils",
|
||||
"rhodecode.tests.fixtures.fixture_pyramid",
|
||||
"rhodecode.tests.fixtures.fixture_utils",
|
||||
"rhodecode.tests.fixtures.function_scoped_baseapp",
|
||||
"rhodecode.tests.fixtures.module_scoped_baseapp",
|
||||
"rhodecode.tests.fixtures.rcextensions_fixtures",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue