jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

Blueprints are conceptually coupled to apps before registration #610

Open the2ndlaw opened 7 years ago

the2ndlaw commented 7 years ago

397 issue seems still unresolved in current release, is it possible the issue was reintroduced or not resolved by #404 ?

jfinkels commented 7 years ago

Thanks for checking up on this issue. First, are you testing on the development version of Flask-Restless? It is entirely possible the issue was not fixed. I don't remember exactly what I was thinking at the time I closed #397, but perhaps I was looking at the four test methods in tests/test_manager.py with names of the form test_(single|multiple)_manager_init_(single|multiple)_app(). Are those tests incorrect? Can you please provide a minimal working example that demonstrates the issue and what you expect the correct behavior should be? Thanks.