esecules / splitwise-csv

Upload expenses to splitwise from a csv file.
MIT License
25 stars 13 forks source link

Convert existing nosetests to pytest #10

Open esecules opened 9 months ago

esecules commented 9 months ago

Overview

pytest is currently the recommended tool for python unit testing.

Acceptance Criteria

  1. Current tests run with pytest and pass a. there is at least one test that relies on an encrypted auth token to my splitwise account. That should continue to work.
  2. If #9 is already completed, pytest is run as part of the github actions.