Skip to content

Conversation

@thorwhalen
Copy link
Member

The doctest was expecting 'myproject' but when running in the wads repository, it reads wads' actual pyproject.toml which returns 'wads'.

Changed from a doctest (>>>) to a usage example (::) to avoid environment-dependent test failures.

This fixes the doctest failure:
Expected: 'myproject'
Got: 'wads'

The doctest was expecting 'myproject' but when running in the wads
repository, it reads wads' actual pyproject.toml which returns 'wads'.

Changed from a doctest (>>>) to a usage example (::) to avoid
environment-dependent test failures.

This fixes the doctest failure:
  Expected: 'myproject'
  Got: 'wads'
@thorwhalen thorwhalen merged commit eef4447 into master Nov 20, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants