JHertz5 / shopping_list

python script to generate shopping list from Google Sheets spreadsheet
GNU General Public License v3.0
1 stars 0 forks source link

Version number unittest fails if the version number is updated. #73

Closed JHertz5 closed 10 months ago

JHertz5 commented 10 months ago

When the version number is updated deliberately, it no longer matches the prvious tag, causing the test to fail. The test must be removed since it is inherently flawed.

JHertz5 commented 10 months ago

My preferred solution is actually just to let commits that change version go in without pull request. I don't like that we're not testing the version number anymore. Reverting this change.