Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for usage with Flask #15

Open
winhamwr opened this issue Apr 3, 2013 · 0 comments
Open

Add tests for usage with Flask #15

winhamwr opened this issue Apr 3, 2013 · 0 comments
Labels

Comments

@winhamwr
Copy link
Contributor

winhamwr commented Apr 3, 2013

The test suite currently only runs with Django in existence, which is bad because we won't detect breakages for Flask or other non-Django Celery uses.

Django-Celery's setup.py is probably a good inspiration for how to fix this.

  1. Add a custom command (test_flask?) that runs some tests based on Flask project.
  2. If we need to create a tiny Flask project to get the tests running, that can live at test_projects/flask or some such.
  3. Then we can use a tox environment with a requirements/flask_test.txt file to ensure things are kosher without Django even being installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant