From 22514eb99bb517be79083b6d156bed19bc19f860 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 21 Sep 2022 23:13:04 +0200 Subject: [PATCH] Fix typo in documentation Signed-off-by: Gilles Peskine --- tests/scripts/generate_bignum_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/generate_bignum_tests.py b/tests/scripts/generate_bignum_tests.py index 7626ecd650..8a4d281c0c 100755 --- a/tests/scripts/generate_bignum_tests.py +++ b/tests/scripts/generate_bignum_tests.py @@ -31,7 +31,7 @@ following: function. - arguments(): a method to generate the list of arguments required for the test_function. - - generate_function_test(): a method to generate TestCases for the function. + - generate_function_tests(): a method to generate TestCases for the function. This should create instances of the class with required input data, and call `.create_test_case()` to yield the TestCase.