murano-agent/portas/portas/tests/api/simple_test.py

7 lines
116 B
Python

import unittest
import portas.api.v1 as api
class Test(unittest.TestCase):
def test(self):
assert True