2a43ed659a
Partially-Implements: blueprint enhance-congress-dashboard Partial-Bug: #1653743 Change-Id: Ia6c034011385e3af558bd5052cad134ada6fdbcb
8 lines
102 B
Python
8 lines
102 B
Python
from oslotest import base
|
|
|
|
|
|
class TestCase(base.BaseTestCase):
|
|
|
|
def test_fake(self):
|
|
pass
|