commit 2bb484c4b34826d6d367dafeb2e983aa390d3aea Merge: 2d418b1 9fec021 Author: Damian Johnson atagar@torproject.org Date: Sat Jun 25 17:46:25 2016 -0700
Migrate and test graph panel
Migrating our graph panel to the new curses rendering and adding tests. In an ideal world I'd also add coverage for the GraphData and other classes but I'm beginning to get frustrated at how long this is dragging on. Lets focus on the curses migration and testing for now...
nyx/panel/__init__.py | 2 +- nyx/panel/graph.py | 300 ++++++++++++++++++++++---------------------------- test/panel/graph.py | 134 ++++++++++++++++++++++ test/panel/header.py | 1 + 4 files changed, 270 insertions(+), 167 deletions(-)
tor-commits@lists.torproject.org