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

test_crud.py uses a different method to import the doc #240

Closed
1 of 2 tasks
xadahiya opened this issue Jul 10, 2018 · 1 comment
Closed
1 of 2 tasks

test_crud.py uses a different method to import the doc #240

xadahiya opened this issue Jul 10, 2018 · 1 comment
Assignees

Comments

@xadahiya
Copy link
Member

I'm submitting a

  • bug report.
  • feature request.

Current Behaviour:

hydrus/tests/test_crud.py uses a different method to import the doc.

from hydrus.data import doc_parse
from hydrus.samples.doc_writer_sample import api_doc as doc
    def setUpClass(self):
        """Database setup before the CRUD tests."""
        self.doc = doc
        test_classes = doc_parse.get_classes(self.doc.generate())

Fix this and make the import format consistent across all the tests.

Expected Behaviour:

All tests should use the same format.

Steps to reproduce:

Compare test_crud.py with test_app.py and test_auth.py.

Do you want to work on this issue?

NO

@vaibhavchellani
Copy link
Contributor

fixed #243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants