pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
234 stars 70 forks source link

Does SCHEMA_ENDPOINT works with eve-sqlalchemy? #90

Open johnnywell opened 8 years ago

johnnywell commented 8 years ago

I'm trying to use the SCHEMA_ENDPOINT feature but it seems not to work with eve-sqlalchemy.

dkellner commented 7 years ago

I can confirm this is not working. Suggested steps:

  1. Add a new test case inheriting Eve's TestEndPoints (there is a test_schema_endpoint method which is of particular interest here).
  2. Fix it.
  3. If necessary, overwrite any other failing tests in the test case and skip them with a "not implemented yet" message.