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 c8cccbc commit eb40e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prodvers=({0}, {1}, {2}, {3})",
"(u'FileVersion', u'{0}.{1}.{2}.{3}'),",
"(u'ProductVersion', u'{0}, {1}, {2}, {3}')"]
TEST_ITEMS = ["New Version ({0}) Is Available!"]
TEST_ITEMS = ["check_update(1.4)"]

META_ITEMS = ['% set version = "{0}" %']
SPEC_ITEMS = ['opem_version = "{0}"']
Expand Down
4 changes: 2 additions & 2 deletions test/test_Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<BLANKLINE>
<BLANKLINE>
###########
>>> check_update(1.3)
>>> check_update(1.4)
>>> check_update(0.1)
###########
New Version (1.3) 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 eb40e05

Please sign in to comment.