mirror of
https://github.com/WallabyLester/RBF-aPID-Controller.git
synced 2026-05-09 20:53:57 +08:00
Added run tests file for TF implementation.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import unittest
|
||||
|
||||
loader = unittest.TestLoader()
|
||||
suite = unittest.TestSuite()
|
||||
|
||||
suite.addTests(loader.discover(start_dir='test', pattern='*.py'))
|
||||
|
||||
runner = unittest.TextTestRunner()
|
||||
runner.run(suite)
|
||||
Reference in New Issue
Block a user