cameronmaske / celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.
https://pypi.python.org/pypi/celery_once/
BSD 2-Clause "Simplified" License
661 stars 90 forks source link

Add integration tests for Flask framework. #82

Closed cameronmaske closed 5 years ago

cameronmaske commented 5 years ago

Hopefully more frameworks (i.e. Django) down the line. But at least will be able test celery_once works with Flask.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 240


Totals Coverage Status
Change from base Build 234: 0.0%
Covered Lines: 148
Relevant Lines: 152

💛 - Coveralls
imomaliev commented 5 years ago

Before merging that could we merge #69 first?