We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to create integration tests for all violations.
How should it look like?
tests/fixtures/integration
tests/test_violations/
test_VIOLATION_TYPE/
How should it work?
.env
Popen
dotenv-linter
Example: https://github.com/wemake-services/wemake-python-styleguide/blob/master/tests/test_plugins.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to create integration tests for all violations.
How should it look like?
tests/fixtures/integration
tests/test_violations/
where all other tests will be locatedtests/test_violations/
we create a singletest_VIOLATION_TYPE/
subfolder for all violation typesHow should it work?
.env
contentsPopen
to lint this fixture withdotenv-linter
commandExample: https://github.com/wemake-services/wemake-python-styleguide/blob/master/tests/test_plugins.py
The text was updated successfully, but these errors were encountered: