add main script for missing tests (#461)

* add main script for missing tests

* Fix CodeQL warning
This commit is contained in:
Atsushi Sakai
2021-01-16 16:07:28 +09:00
committed by GitHub
parent 2731cdba00
commit 98f9b22465
19 changed files with 71 additions and 5 deletions

View File

@@ -12,3 +12,6 @@ if 'cvxpy' in sys.modules: # pragma: no cover
def test_2():
m.show_animation = False
m.main2()
if __name__ == '__main__':
conftest.run_this_test(__file__)