When developing learning applications you will most likely have to write your own LTI (Learning Tools Interoperability) provider for it. Such a provider enables your app to be embedded or called from an other learning platform (e.g. moodle) which is called LTI consumer.
For more information on LTI read the official documentation: https://www.imsglobal.org/activity/learning-tools-interoperability
Typically you will develop your LTI provider locally and because of that you also want to test it locally. Unfortunately no simple LTI consumer for local usage existed. So I have written one based on python, django and the python LTI library.
You can find this local LTI consumer on github: https://github.com/wachjose88/local-lti-consumer
With this LTI consumer it is possible to create and save different testcases for LTI providers and run them completely local.
Here are some screenshots: