Hi, I'm looking for info on the testing package used to test graph-tool, specifclly in case I want to know what test cases were used to test a specific alghorithm li - whee can I find it i.e. : "graph_tool.topology. kcore_decomposition(*g*, *deg='out'*, *vprop=None*)" thanks, Nadav <https://graph-tool.skewed.de/static/doc/topology.html#graph_tool.topology.kcore_decomposition>
On 07.08.2016 13:53, נדב וייסמן wrote:
I'm looking for info on the testing package used to test graph-tool, specifclly in case I want to know what test cases were used to test a specific alghorithm li - whee can I find it i.e. : "|graph_tool.topology.||kcore_decomposition|(/g/, /deg='out'/, /vprop=None/)"
I use sphinx for unit testing: http://www.sphinx-doc.org The test cases are the code snippets you see in the documentation. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
Tiago de Paula Peixoto -
נדב וייסמן