still testing

This commit is contained in:
Romain Dorgueil
2016-12-26 08:57:39 +01:00
parent 1fbd43a94d
commit 8903e1d386
5 changed files with 85 additions and 2 deletions

View File

@ -20,6 +20,8 @@ import blessings
import psutil
from bonobo.core.plugins import Plugin
t = blessings.Terminal()
@ -34,7 +36,7 @@ def memory_usage():
# return datetime.datetime.now() - harness._started_at
class ConsoleOutputPlugin:
class ConsoleOutputPlugin(Plugin):
"""
Outputs status information to the connected stdout. Can be a TTY, with or without support for colors/cursor
movements, or a non tty (pipe, file, ...). The features are adapted to terminal capabilities.