biosustain / potion

Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine
http://potion.readthedocs.io
Other
487 stars 51 forks source link

doc: correct table format error #169

Closed antoine-gallix closed 2 years ago

antoine-gallix commented 5 years ago

@lyschoening do you have any idea why this fails? it's just a minimal change in docs but it nevertheless makes some tests fail

lyschoening commented 5 years ago

There's an unrelated regression in tests.contrib.alchemy.test_manager_sqlalchemy.SQLAlchemyRelationTestCase.test_relationship_secondary_delete_missing(). Can't quite figure out what is going wrong there.