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
Based on skip- standardization of non-changing fixtures
skip-
----
-----
This is manual case by case work.
There was 190 cases in the start, 1/3 of the work has been done in: #5079, check there for inspiration how it should be handled
To discovery invalid cases, uncomment following from .github/workflows/code_analysis.yaml:
.github/workflows/code_analysis.yaml
# make sure skipped files have "skip_" prefix # - # name: Validate Fixtures skip file prefix # run: vendor/bin/easy-testing validate-fixture-skip-naming rules tests
The text was updated successfully, but these errors were encountered:
Could you check this one as next? It's mostly test fixture file renaming
Sorry, something went wrong.
I will try
closing as implemented.
samsonasik
No branches or pull requests
Based on
skip-
standardization of non-changing fixturesBasic Rules
----
in it, it should start withskip-
-----
, it cannot start withskip-
This is manual case by case work.
There was 190 cases in the start, 1/3 of the work has been done in: #5079, check there for inspiration how it should be handled
To discovery invalid cases, uncomment following from
.github/workflows/code_analysis.yaml
:The text was updated successfully, but these errors were encountered: