From d426803f8ed09c41425bf1431ecd2b65a436d610 Mon Sep 17 00:00:00 2001 From: Devesh Yadav <160987201+Devesh-Yadav10@users.noreply.github.com> Date: Sat, 15 Mar 2025 12:14:40 +0530 Subject: [PATCH] docs: update function name from get_version() to get_versions() --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 4e2fb4849f..d04a607a4a 100644 --- a/test/README.md +++ b/test/README.md @@ -159,7 +159,7 @@ To test the filename mappings, rather than making a bunch of empty files, we're ) ``` -The function `test_filename_is` will then load the checker you have specified (and fail spectacularly if you specify a checker that does not exist), try to run `get_version()` with an empty file content and the filename you specified, then check that it "is" something (as opposed to "contains") and that the modulename that `get_version` returns is in fact the `expected_result` you specified. +The function `test_filename_is` will then load the checker you have specified (and fail spectacularly if you specify a checker that does not exist), try to run `get_versions()` with an empty file content and the filename you specified, then check that it "is" something (as opposed to "contains") and that the modulename that `get_versions` returns is in fact the `expected_result` you specified. For ease of maintenance, please keep the parametrize list in alphabetical order when you add a new tests.