The tests are not working, there's some import errors. python run.py --test from ..models import User, Trainer, get_db ImportError: cannot import name Trainer
The tests are not working, there's some import errors.
python run.py --test
from ..models import User, Trainer, get_db
ImportError: cannot import name Trainer