Added templates for unit testing and sphinx documentation

This commit is contained in:
Brandon Rozek 2020-03-15 14:27:56 -04:00
parent 2e01bc16ea
commit ea62ccf389
18 changed files with 202 additions and 33 deletions

6
tests/test.py Normal file
View file

@ -0,0 +1,6 @@
import rltorch
import unittest
class Test(unittest.TestCase):
def test(self):
pass