test_halo_utils#

Tests for the halo_utils module

Module Contents#

Classes#

TestHaloUtils

A suite of tests verifying the raytracing utility methods

class test_halo_utils.TestHaloUtils(methodName='runTest')[source]#

Bases: unittest.TestCase

A suite of tests verifying the raytracing utility methods

classmethod setUpClass()[source]#

Set global defaults for tests

test_get_concentration()[source]#

Test mass-concentration relation at extreme values

classmethod tearDownClass()[source]#

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