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

Improve test coverage for fetch_recursive #75

Open
darrenklein opened this issue Mar 3, 2021 · 1 comment
Open

Improve test coverage for fetch_recursive #75

darrenklein opened this issue Mar 3, 2021 · 1 comment

Comments

@darrenklein
Copy link
Contributor

While investigating something else, I noticed that none of our test cases ever end up recursively calling the Query module's fetch_recursive private method - it would probably be a good idea to write a test to cover that scenario.

@darrenklein
Copy link
Contributor Author

The test would need to make sure fetch_result["LastEvaluatedKey"] != nil and updated_recursive.continue evaluated to true.

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

No branches or pull requests

1 participant