core/tests/components/command_line
Ville Skyttä 5e2ba2eb77
Enable some more bandit checks (#30857)
* Enable B108 (hardcoded tmp dir), address findings

* Enable B602 (subprocess popen with shell), address findings

* Enable B604 (start process with shell), address findings

* Enable B306 (mktemp), B307 (eval), and B325 (tempnam), no issues to address
2020-01-20 18:44:55 +02:00
..
__init__.py Consolidate all platforms that have tests (#22109) 2019-03-18 23:07:39 -07:00
test_binary_sensor.py use isort to sort imports according to PEP8 for command_line (#29627) 2019-12-08 22:25:57 +05:30
test_cover.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
test_notify.py use isort to sort imports according to PEP8 for command_line (#29627) 2019-12-08 22:25:57 +05:30
test_sensor.py use isort to sort imports according to PEP8 for command_line (#29627) 2019-12-08 22:25:57 +05:30
test_switch.py use isort to sort imports according to PEP8 for command_line (#29627) 2019-12-08 22:25:57 +05:30