graphpass icon indicating copy to clipboard operation
graphpass copied to clipboard

Unit Testing

Open greebie opened this issue 6 years ago • 1 comments

Provide proper unit testing for function definitions:

  • [ ] write_report
  • [ ] push
  • pushRank // no longer used
  • init // no longer used
  • [ ] colours
  • [ ] strip_ext
  • [ ] write_graph
  • [ ] print_graph_attrs
  • [ ] rand_int
  • [ ] shuffle
  • [ ] load_graph
  • [ ] fix_percentile
  • [x] calc_betweenness
  • [x] calc_authority
  • [x] calc_hub
  • [x] calc_pagerank
  • [x] calc_eigenvector
  • [x] calc_degree
  • [x] calc_modularity
  • [ ] centralization
  • [x] layout_graph
  • [x] set_size
  • [ ] create_filtered_graph
  • [ ] shrink
  • [ ] centralities
  • [x] quickrunGraph
  • [ ] filter_graph
  • [ ] igraph_i_xml_escape
  • [ ] igraph_write_igraph_gexf

greebie avatar Mar 08 '18 21:03 greebie