Added templates for unit testing and sphinx documentation
This commit is contained in:
parent
2e01bc16ea
commit
ea62ccf389
18 changed files with 202 additions and 33 deletions
6
tests/test.py
Normal file
6
tests/test.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import rltorch
|
||||
import unittest
|
||||
|
||||
class Test(unittest.TestCase):
|
||||
def test(self):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue