[tor-commits] [nyx/master] Migrate and test log panel

atagar at torproject.org atagar at torproject.org
Mon Jul 4 22:27:02 UTC 2016


commit 287e259faaa057c39b446bbc3336b92042f66e94
Merge: 2bb484c 06c3ab5
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Jul 4 15:28:36 2016 -0700

    Migrate and test log panel
    
    Last panel of our front page. As before simply migrating to the new curses
    module and adding some quick test coverage.

 nyx/curses.py          |  51 +++++++++++++++++
 nyx/log.py             |   2 +
 nyx/panel/__init__.py  |   2 +-
 nyx/panel/log.py       | 153 ++++++++++++++++++++++++++-----------------------
 nyx/panel/torrc.py     |   4 +-
 test/__init__.py       |   4 +-
 test/arguments.py      |   4 ++
 test/panel/__init__.py |   2 +
 test/panel/graph.py    |   2 +-
 test/panel/header.py   |   2 +-
 test/panel/log.py      | 129 +++++++++++++++++++++++++++++++++++++++++
 test/subwindow.py      | 118 ++++++++++++++++++++++++++++++++++++++
 12 files changed, 394 insertions(+), 79 deletions(-)



More information about the tor-commits mailing list