-
Notifications
You must be signed in to change notification settings - Fork 79
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
Remove unnecessary mockdata
parameters
#1126
Conversation
mockdata
parameters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might also want to remove these lines:
OpenOversight/OpenOversight/tests/conftest.py
Lines 751 to 753 in 8b12b4b
@pytest.fixture | |
def mockdata(session): | |
pass |
@abandoned-prototype, we still use |
Fixes issue
#1125
Description of Changes
Removed the
mockdata
parameter from test functions that don't require it.Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.