[9930f0]: / tests / test_utils.py

Download this file

7 lines (4 with data), 106 Bytes

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