From 56d52c4b8cebe6282f4cf1848312708f5642502e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Thu, 14 Mar 2024 08:09:27 +0100 Subject: [PATCH] Rename test_value_from_datadict to test_example_numbers Better conveys what it test. Was not changed in previous commit to limit help tracking moved tests. --- tests/test_formfields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_formfields.py b/tests/test_formfields.py index a27ce912..90e14cca 100644 --- a/tests/test_formfields.py +++ b/tests/test_formfields.py @@ -204,7 +204,7 @@ class TestForm(forms.Form): rendered, ) - def test_value_from_datadict(self): + def test_example_numbers(self): example_numbers = ( self.example_number("US"), self.example_number("CA"),