We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f1bee commit a1a154bCopy full SHA for a1a154b
tests/test_end_to_end/test_utils.py
@@ -6,7 +6,7 @@ def test_snake_case_uppercase_str():
6
assert utils.snake_case("HTTP RESPONSE") == "http_response"
7
8
9
-def test_snake_case_from_pascal_with_acronums():
+def test_snake_case_from_pascal_with_acronyms():
10
assert utils.snake_case("HTTPResponse") == "http_response"
11
assert utils.snake_case("APIClientHTTPResponse") == "api_client_http_response"
12
assert utils.snake_case("OAuthClientHTTPResponse") == "o_auth_client_http_response"
0 commit comments