You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In test_readme.py there are some pairs of tests that test essentially the same thing but with one using setup.py and the other using setup.cfg. It would be nice if there were a way to reduce that duplication, maybe by writing a fixture that can take the attributes to test as input and write out either file as needed.
In
test_readme.py
there are some pairs of tests that test essentially the same thing but with one usingsetup.py
and the other usingsetup.cfg
. It would be nice if there were a way to reduce that duplication, maybe by writing a fixture that can take the attributes to test as input and write out either file as needed.Based on a comment on PR #103
The text was updated successfully, but these errors were encountered: