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

Tolerate irregularities in the spreadsheet and exit safely. #1

Open JHertz5 opened 10 months ago

JHertz5 commented 10 months ago

Handle, e.g. exit safely with a warning message, if there are empty locations and other similar errors in the sheet.

JHertz5 commented 10 months ago

Depends on #43 and #3. Will be an exercise in getting good tests in place with unittest.