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

Add python tests model classes #19

Minor change

e8c6ef7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add python tests model classes #19

Minor change
e8c6ef7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Flake8 failed Nov 8, 2023 in 0s

72 errors

Flake8 found 72 errors

Annotations

Check failure on line 159 in app/test_engine/models/manual_test_case.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/test_engine/models/manual_test_case.py#L159

Line too long (124 > 88 characters) (E501)

Check failure on line 19 in app/tests/python_tests/test_python_folder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_folder.py#L19

Line too long (89 > 88 characters) (E501)

Check failure on line 32 in app/tests/python_tests/test_python_folder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_folder.py#L32

Line too long (91 > 88 characters) (E501)

Check failure on line 57 in app/tests/python_tests/test_python_folder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_folder.py#L57

Line too long (89 > 88 characters) (E501)

Check failure on line 19 in app/tests/python_tests/test_python_parser.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_parser.py#L19

Line too long (89 > 88 characters) (E501)

Check failure on line 66 in app/tests/python_tests/test_python_parser.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_parser.py#L66

Line too long (91 > 88 characters) (E501)

Check failure on line 72 in app/tests/python_tests/test_python_parser.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_parser.py#L72

Line too long (91 > 88 characters) (E501)

Check failure on line 81 in app/tests/python_tests/test_python_parser.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_parser.py#L81

Line too long (91 > 88 characters) (E501)

Check failure on line 2 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L2

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 2 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L2

Unexpected indentation (comment) (E116)

Check failure on line 3 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L3

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 3 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L3

Unexpected indentation (comment) (E116)

Check failure on line 4 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L4

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 4 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L4

Unexpected indentation (comment) (E116)

Check failure on line 5 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L5

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 5 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L5

Unexpected indentation (comment) (E116)

Check failure on line 6 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L6

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 6 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L6

Unexpected indentation (comment) (E116)

Check failure on line 7 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L7

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 7 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L7

Unexpected indentation (comment) (E116)

Check failure on line 8 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L8

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 8 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L8

Unexpected indentation (comment) (E116)

Check failure on line 9 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L9

Indentation is not a multiple of 4 (comment) (E114)

Check failure on line 9 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L9

Unexpected indentation (comment) (E116)

Check failure on line 10 in app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/python_tests/test_python_script/UnitTest_TC_ACL_1_1_Automated.py#L10

Indentation is not a multiple of 4 (comment) (E114)