pinterest / api-quickstart

Code that makes it easy to get started with the Pinterest API.
Apache License 2.0
125 stars 46 forks source link

Switch to pytest for running tests #57

Closed jparise closed 2 years ago

jparise commented 2 years ago

Nose has been in maintenance mode since 2015, and pytest is much more popular in modern Python projects.

The tests themselves didn't need any modification aside from promoting their directories to full Python packages (because they import from each other) and removing src. from imports in favor of adding the src directory to PYTHONPATH.