:py:mod:`test_summary_stats` ============================ .. py:module:: test_summary_stats .. autoapi-nested-parse:: Tests for n2j.inference.summary_stats Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: test_summary_stats.TestSummaryStats .. py:class:: TestSummaryStats(methodName='runTest') Bases: :py:obj:`unittest.TestCase` A suite of tests verifying n2j.inference.summary_stats_utils utility functions .. py:method:: setUpClass() :classmethod: Hook method for setting up class fixture before running tests in the class. .. py:method:: test_get_number_counts() Test `get_number_counts` .. py:method:: test_get_inv_dist_number_counts() Test `get_inv_dist_number_counts` .. py:method:: test_update() Test `update` method .. py:method:: test_set_stats_export_stats() Test `set_stats` method .. py:method:: tearDownClass() :classmethod: Hook method for deconstructing the class fixture after running all tests in the class.