test_summary_stats#

Tests for n2j.inference.summary_stats

Module Contents#

Classes#

TestSummaryStats

A suite of tests verifying n2j.inference.summary_stats_utils

class test_summary_stats.TestSummaryStats(methodName='runTest')[source]#

Bases: unittest.TestCase

A suite of tests verifying n2j.inference.summary_stats_utils utility functions

classmethod setUpClass()[source]#

Hook method for setting up class fixture before running tests in the class.

test_get_number_counts()[source]#

Test get_number_counts

test_get_inv_dist_number_counts()[source]#

Test get_inv_dist_number_counts

test_update()[source]#

Test update method

test_set_stats_export_stats()[source]#

Test set_stats method

classmethod tearDownClass()[source]#

Hook method for deconstructing the class fixture after running all tests in the class.