chore: remove unused files to simply out_dir replacements

This commit is contained in:
Samuel Attard 2018-09-27 15:49:02 +10:00
parent 4b0f335aba
commit 2adb44a402
5 changed files with 5 additions and 71 deletions

View file

@ -1,7 +1,7 @@
// For these tests we use a fake DBus daemon to verify powerMonitor module
// interaction with the system bus. This requires python-dbusmock installed and
// running (with the DBUS_SYSTEM_BUS_ADDRESS environment variable set).
// script/test.py will take care of spawning the fake DBus daemon and setting
// script/spec-runner.js will take care of spawning the fake DBus daemon and setting
// DBUS_SYSTEM_BUS_ADDRESS when python-dbusmock is installed.
//
// See https://pypi.python.org/pypi/python-dbusmock for more information about