Skip to content

Commit

Permalink
fix : minor edit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 9, 2024
1 parent eb40e05 commit c04a1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# content of pytest.ini
[pytest]
addopts = --doctest-modules
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER ELLIPSIS
2 changes: 1 addition & 1 deletion test/test_Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
>>> check_update(1.4)
>>> check_update(0.1)
###########
New Version (. . .) Is Available!
New Version (...) Is Available!
Website : http://www.ecsim.site/opem
###########
>>> file1 = CSV_Init(OutputParamsKeys=["1","2","3"], OutputParams={"1":"1", "2":"2", "3":"3"}, Title="CSV_Test", Name="CSV_Test", Folder=os.path.join("CSV_Folder1", "CSV_Folder2"))
Expand Down

0 comments on commit c04a1ea

Please sign in to comment.