mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
7 lines
103 B
Python
7 lines
103 B
Python
from django.test import TestCase
|
|
|
|
|
|
class StoragesTestCase(TestCase):
|
|
def setUp(self):
|
|
pass
|