Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 5, 2016
1 parent accb131 commit 599af05
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _unittests/run_unittests.py
Expand Up @@ -27,5 +27,6 @@ def main():
fLOG(OutputPrint=True)
main_wrapper_tests(__file__)


if __name__ == "__main__":
main()
1 change: 1 addition & 0 deletions _unittests/ut_algorithm/test_classroom.py
Expand Up @@ -170,5 +170,6 @@ def test_optimize_position(self):
assert iter
assert new_positions


if __name__ == "__main__":
unittest.main()
1 change: 1 addition & 0 deletions _unittests/ut_algorithm/test_tsp.py
Expand Up @@ -76,5 +76,6 @@ def test_voyageur_commerce_simple(self):
plot_circuit(newp)
plt.show()


if __name__ == "__main__":
unittest.main()
1 change: 1 addition & 0 deletions _unittests/ut_documentation/test_notebook_algorithm.py
Expand Up @@ -57,5 +57,6 @@ def test_notebook_algorithm(self):
clean_function=clean_function_notebook)
unittest_raise_exception_notebook(res, fLOG)


if __name__ == "__main__":
unittest.main()
1 change: 1 addition & 0 deletions _unittests/ut_documentation/test_notebook_example.py
Expand Up @@ -58,5 +58,6 @@ def test_notebook_example(self):
clean_function=clean_function_notebook)
unittest_raise_exception_notebook(res, fLOG)


if __name__ == "__main__":
unittest.main()
1 change: 1 addition & 0 deletions _unittests/ut_ipythonhelper/test_ipy_path.py
Expand Up @@ -53,5 +53,6 @@ def test_local_d3js(self):
if "http://" not in r:
assert os.path.exists(r)


if __name__ == "__main__":
unittest.main()
1 change: 1 addition & 0 deletions _unittests/ut_module/test_convert_notebooks.py
Expand Up @@ -67,5 +67,6 @@ def test_convert_notebooks(self):
if t:
fLOG("modified", nbf)


if __name__ == "__main__":
unittest.main()

0 comments on commit 599af05

Please sign in to comment.