ve-gans / tests /test_space.py
Zai
updated the model loader and readme
c6494da
raw
history blame
160 Bytes
import unittest
import space
class TestTraining(unittest.TestCase):
def test_running(self):
pass
if __name__ == "__main__":
unittest.main()