2015-03-07 07:49:19 -08:00
|
|
|
[run]
|
|
|
|
source = homeassistant
|
|
|
|
|
|
|
|
omit =
|
2015-04-30 22:44:41 -07:00
|
|
|
homeassistant/__main__.py
|
|
|
|
|
2015-03-07 07:49:19 -08:00
|
|
|
homeassistant/external/*
|
|
|
|
|
|
|
|
# omit pieces of code that rely on external devices being present
|
2015-06-22 17:57:09 +02:00
|
|
|
homeassistant/components/arduino.py
|
|
|
|
homeassistant/components/*/arduino.py
|
|
|
|
|
2015-03-07 07:49:19 -08:00
|
|
|
homeassistant/components/wink.py
|
|
|
|
homeassistant/components/*/wink.py
|
2015-03-07 09:00:31 -08:00
|
|
|
|
2015-03-07 07:49:19 -08:00
|
|
|
homeassistant/components/zwave.py
|
|
|
|
homeassistant/components/*/zwave.py
|
2015-03-07 09:00:31 -08:00
|
|
|
|
2015-04-29 09:01:27 -07:00
|
|
|
homeassistant/components/modbus.py
|
|
|
|
homeassistant/components/*/modbus.py
|
|
|
|
|
2015-04-30 22:44:41 -07:00
|
|
|
homeassistant/components/isy994.py
|
|
|
|
homeassistant/components/*/isy994.py
|
|
|
|
|
2015-03-07 07:49:19 -08:00
|
|
|
homeassistant/components/*/tellstick.py
|
2015-03-21 22:09:25 -07:00
|
|
|
homeassistant/components/*/vera.py
|
2015-03-07 09:00:31 -08:00
|
|
|
|
2015-04-30 22:44:41 -07:00
|
|
|
homeassistant/components/browser.py
|
2015-05-01 21:56:42 +02:00
|
|
|
homeassistant/components/device_tracker/ddwrt.py
|
2015-03-07 07:49:19 -08:00
|
|
|
homeassistant/components/device_tracker/luci.py
|
|
|
|
homeassistant/components/device_tracker/netgear.py
|
|
|
|
homeassistant/components/device_tracker/nmap_tracker.py
|
2015-05-01 21:56:42 +02:00
|
|
|
homeassistant/components/device_tracker/tomato.py
|
|
|
|
homeassistant/components/keyboard.py
|
|
|
|
homeassistant/components/light/hue.py
|
|
|
|
homeassistant/components/media_player/cast.py
|
2015-05-31 15:18:14 +02:00
|
|
|
homeassistant/components/media_player/mpd.py
|
2015-06-11 16:16:36 +02:00
|
|
|
homeassistant/components/notify/file.py
|
2015-05-01 21:56:42 +02:00
|
|
|
homeassistant/components/notify/instapush.py
|
|
|
|
homeassistant/components/notify/nma.py
|
|
|
|
homeassistant/components/notify/pushbullet.py
|
|
|
|
homeassistant/components/notify/pushover.py
|
2015-06-03 20:38:51 +02:00
|
|
|
homeassistant/components/notify/smtp.py
|
2015-06-04 09:44:10 +02:00
|
|
|
homeassistant/components/notify/syslog.py
|
2015-05-07 22:36:37 +02:00
|
|
|
homeassistant/components/notify/xmpp.py
|
2015-05-15 15:21:53 +02:00
|
|
|
homeassistant/components/sensor/bitcoin.py
|
2015-07-10 22:34:02 -07:00
|
|
|
homeassistant/components/sensor/efergy.py
|
2015-06-17 21:59:19 +02:00
|
|
|
homeassistant/components/sensor/forecast.py
|
2015-05-01 21:56:42 +02:00
|
|
|
homeassistant/components/sensor/mysensors.py
|
|
|
|
homeassistant/components/sensor/openweathermap.py
|
|
|
|
homeassistant/components/sensor/sabnzbd.py
|
2015-05-31 23:31:24 +02:00
|
|
|
homeassistant/components/sensor/swiss_public_transport.py
|
2015-05-01 21:56:42 +02:00
|
|
|
homeassistant/components/sensor/systemmonitor.py
|
2015-05-08 17:44:27 +02:00
|
|
|
homeassistant/components/sensor/time_date.py
|
2015-04-08 00:35:57 +10:00
|
|
|
homeassistant/components/sensor/transmission.py
|
2015-07-10 22:34:02 -07:00
|
|
|
homeassistant/components/switch/hikvisioncam.py
|
2015-05-01 21:56:42 +02:00
|
|
|
homeassistant/components/switch/wemo.py
|
|
|
|
homeassistant/components/thermostat/nest.py
|
2015-03-07 07:49:19 -08:00
|
|
|
|
|
|
|
|
|
|
|
[report]
|
|
|
|
# Regexes for lines to exclude from consideration
|
|
|
|
exclude_lines =
|
|
|
|
# Have to re-enable the standard pragma
|
|
|
|
pragma: no cover
|
|
|
|
|
|
|
|
# Don't complain about missing debug-only code:
|
|
|
|
def __repr__
|
|
|
|
|
|
|
|
# Don't complain if tests don't hit defensive assertion code:
|
|
|
|
raise AssertionError
|
|
|
|
raise NotImplementedError
|