atk4 / api

Implementation of RestAPI for Agile Data
https://agiletoolkit.org/
14 stars 12 forks source link

Fix compatibility with upcoming 2.4, refactor tests etc. #26

Closed DarkSide666 closed 3 years ago

DarkSide666 commented 3 years ago

Fixes compatibility with current toolkit (upcoming 2.4). Now uses strict types. No more use travis and codeclimate and use github actions as all other repos. No more clumsy, permanent SQLite DB needed while testing - now tests in memory. Fixes model/entity load issues in tests. Fix demo script (which still is quite useless, but at least will not throw anymore).