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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
