From e7ee995ff2c1328495cdb1bd4ac8ab6d67ea239f Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 15 Jan 2024 15:41:56 +0000 Subject: [PATCH] Vary test to ensure names are normalized correctly. --- tests/test_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_build.py b/tests/test_build.py index 9fa940c..14cc3f1 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -335,7 +335,7 @@ def test_build_editable( build-backend = "whey" [project] -name = "default_values" +name = "DeFaUlT.values" version = "0.5.0" description = "Sphinx extension to show default values in documentation." readme = "README.rst" @@ -397,6 +397,7 @@ def test_build_editable_namespace( wheel = wheel_builder.build_editable() + assert wheel == "default_values-0.5.0-py3-none-any.whl" assert (tmp_pathplus / wheel).is_file() with handy_archives.ZipFile(tmp_pathplus / wheel) as zip_file: