yume / tests /test_transformer.py
Zai
updated space and added config
36a65e3
raw
history blame contribute delete
213 Bytes
import unittest
import yume
class TestTransformer(unittest.TestCase):
def test_loading_model(self):
pass
def test_parameters(self):
pass
if __name__ == "__main__":
unittest.main()