diff --git a/pytest.ini b/pytest.ini index d06d894..262d5f0 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 97adc4e..3cba71b 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"))