[a72e01]: / tests / test_model_interface.py

Download this file

7 lines (4 with data), 122 Bytes

1
2
3
4
5
6
from unittest import TestCase
class ModelInterfaceTestCase(TestCase):
def test_interface_handler(self):
...