We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921d99 commit fa4c89aCopy full SHA for fa4c89a
README.md
@@ -287,6 +287,15 @@ This will compare and report it to allure and assertion has been done within tha
287
288
5. Use only YML files for this purpose, since it is easier to handle key value pair with yaml file.
289
290
+## Static code analyser:
291
+
292
+For static code analyser I used flake8. To check the configurations view (.flake8)[.flake8] file. To check on the code status execte,
293
+```shell script
294
+flake8
295
+```
296
+currently there are `0` vulnerabilities with this project.
297
298
299
## Built With
300
301
* [pytest](https://docs.pytest.org/en/latest/) - Core test framework
0 commit comments