Coverage for tests/environments.py: 100%
8 statements
« prev ^ index » next coverage.py v7.3.2, created at 2023-12-08 10:31 +0900
« prev ^ index » next coverage.py v7.3.2, created at 2023-12-08 10:31 +0900
1import pytest
2import airball
4################################################
5################################################
6########## INITIALIZATION TESTS ##############
7################################################
8################################################
10def test_preset_environment_initialization():
11 oc = airball.OpenCluster()
12 ln = airball.LocalNeighborhood()
13 gc = airball.GlobularCluster()
14 gb = airball.GalacticBulge()
15 gk = airball.GalacticCore()