Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Jul 9, 2024
1 parent 46897e3 commit 1719f34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions tests/test_ACEEI.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def test_case_5():


if __name__ == "__main__":
pytest.main(["-v", __file__])
# logger.addHandler(logging.StreamHandler())
logger.setLevel(logging.INFO)
# test_case_3()
# logger.setLevel(logging.INFO)
pytest.main(["-v", __file__])
7 changes: 3 additions & 4 deletions tests/test_tabu_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def test_case5():


if __name__ == "__main__":
# pytest.main(["-v", __file__])
import doctest

doctest.testmod()
# logger.addHandler(logging.StreamHandler())
# logger.setLevel(logging.INFO)
pytest.main(["-v", __file__])

0 comments on commit 1719f34

Please sign in to comment.