Skip to content

Commit 7aa818e

Browse files
committed
Fix test name
1 parent 6171446 commit 7aa818e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_capi/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ def expect_bool_not(value):
379379
finally:
380380
config_set(name, old_value)
381381

382-
def test_config_set_sys_flag(self):
383-
# Test PyConfig_Set() with global variables
382+
def test_config_set_global_vars(self):
383+
# Test PyConfig_Set() with global configuration variables
384384
config_get = _testcapi.config_get
385385
config_set = _testcapi.config_set
386386
get_configs = _testinternalcapi.get_configs

0 commit comments

Comments
 (0)