chrisbillows / raindrop-todoist-syncer

Converts favourited Raindrops into tasks in Todoist.
2 stars 1 forks source link

Refactor Tests in `test_main.py` #20

Open chrisbillows opened 7 months ago

chrisbillows commented 7 months ago

The test added in #11 contain a lot of repetition. (This was decided to be left to a new issue to allow that feature branch to be merged).

The code should be refactored into reusable fixtures etc.

The tests themselves should become shorter and less unwieldy as a result.