Skip to content

Commit

Permalink
Vary test to ensure names are normalized correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 15, 2024
1 parent 5725d72 commit e7ee995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e7ee995

Please sign in to comment.