mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Don't run all tests twice
Only verify that custom backend loading works with a simple test.
This commit is contained in:
parent
c8e8993ec2
commit
51bf95f00d
1 changed files with 7 additions and 3 deletions
|
@ -735,6 +735,10 @@ class TestMultiFileSystem(BaseFileSystemTest, BaseRequestsMixIn):
|
|||
storage_type = "multifilesystem"
|
||||
|
||||
|
||||
class TestCustomStorageSystem(BaseFileSystemTest, BaseRequestsMixIn):
|
||||
"""Test BaseRequests on custom backend."""
|
||||
storage_type = "tests.custom.storage"
|
||||
class TestCustomStorageSystem(BaseFileSystemTest):
|
||||
"""Test custom backend loading."""
|
||||
storage_type = "tests.custom.storage"
|
||||
|
||||
def test_root(self):
|
||||
"""A simple test to verify that the custom backend works."""
|
||||
BaseRequestsMixIn.test_root(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue