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

Django app setting that allows calling model directly rather than flask request #580

Open
PeterDSteinberg opened this issue Jul 12, 2017 · 0 comments
Labels

Comments

@PeterDSteinberg
Copy link
Contributor

Goal: Make a mocked system test harness so that webapp-public can prepare arguments and jsons as though it is going to submit them to the flask / celery system of deploy but instead calls Python function.

This will allow Django CI tests to do more of the actual functionality of the models without mocking responses of flask. In the past that mocking has resulted in under-testing the interactions of various repositories.

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

2 participants