Add load module tests

This commit is contained in:
Thaynã Moretti 2020-09-02 14:33:07 -03:00
parent 1638180b6d
commit 6c0930cfae
2 changed files with 127 additions and 2 deletions

View file

@ -27,6 +27,7 @@ class Module(core.module.Module):
self._cpus = multiprocessing.cpu_count()
except NotImplementedError as e:
self._cpus = 1
core.input.register(
self, button=core.input.LEFT_MOUSE, cmd="gnome-system-monitor"
)