Skip to content

Commit 40c2751

Browse files
committed
Add underscores to test name
1 parent d42da04 commit 40c2751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/create/test_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def test_getsitepackages_system_site(tmp_path):
655655
assert system_site_package in site_packages
656656

657657

658-
def test_getsitepackages(tmp_path):
658+
def test_get_site_packages(tmp_path):
659659
session = cli_run([ensure_text(str(tmp_path))])
660660
env_site_packages = [str(session.creator.purelib), str(session.creator.platlib)]
661661
out = subprocess.check_output(

0 commit comments

Comments
 (0)