Skip to content

Fix new Flake8 errors #1378

@allmightyspiff

Description

@allmightyspiff
tests/CLI/modules/config_tests.py:70:13: H214: Use assertIn/NotIn(A, B) rather than assertTrue/False(A in/not in B) when checking collection contents.
tests/CLI/modules/config_tests.py:73:13: H214: Use assertIn/NotIn(A, B) rather than assertTrue/False(A in/not in B) when checking collection contents.
tests/CLI/modules/config_tests.py:74:13: H214: Use assertIn/NotIn(A, B) rather than assertTrue/False(A in/not in B) when checking collection contents.
tests/CLI/modules/config_tests.py:75:13: H214: Use assertIn/NotIn(A, B) rather than assertTrue/False(A in/not in B) when checking collection contents.
tests/CLI/modules/vs/vs_create_tests.py:669:13: H214: Use assertIn/NotIn(A, B) rather than assertTrue/False(A in/not in B) when checking collection contents.

those tests need to be updated

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions