Exposing Asynchronous endpoint using Flask-RestPlus

pypi version Build status Coverage Code style: black Number of tests Number of downloads

Mocking Celery

To mock celery, the best is still to use the celery_mock.CeleryMock class.

Mocking Huey

To mock huey, the best is still to update the Huey application before starting the Flask app by setting immediate to True.

How to install

  1. python 3.7+ must be installed
  2. Use pip to install module:
    python -m pip install flasynk