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.
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 thesrc
directory toPYTHONPATH
.