Revert "Correct uses of project_name in pyproject.toml"#326
Conversation
This reverts commit ee81654.
There was a problem hiding this comment.
The old module/package/slug confusion? Yeah, it's a bit disturbing that we didn't have a test that failed for #309.
add some regression tests for the contents of pyproject.toml?
Are you thinking just a simple diff with an expected output? We could try to test some edge cases, at least (different project name w.r.t. slug with spaces).
I was surprised when you said this wasn't working! But blindly trusted, so yes we need a test. |
Yes, but I think worth merging this first to un-break the templating, and I can open a new issue for better tests. |
|
Issue opened at #329 |
Reverts #309. It turns out this was incorrect... source: a new package I just made. maybe at some point we should add some regression tests for the contents of
pyproject.toml?