-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
Description
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