Skip to content

Commit

Permalink
add test function in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuXuAudio committed Oct 21, 2024
1 parent a78cb7c commit bea35df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deism/tests/test_deism_arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ def main():
print("DEISM Function has not been run because --run flag was not set.\n")


def test_main():
main()


# -------------------------------------------------------
if __name__ == "__main__":
main()
test_main()

0 comments on commit bea35df

Please sign in to comment.