From c04a1ea5a00f18e498c79201affb7b83f1b97807 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 10 Mar 2024 02:17:24 +0330 Subject: [PATCH] fix : minor edit in tests --- pytest.ini | 2 +- test/test_Functions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index d06d8946..262d5f07 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ # content of pytest.ini [pytest] addopts = --doctest-modules -doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER \ No newline at end of file +doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER ELLIPSIS \ No newline at end of file diff --git a/test/test_Functions.py b/test/test_Functions.py index 97adc4ea..3cba71b4 100644 --- a/test/test_Functions.py +++ b/test/test_Functions.py @@ -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"))