コード例 #1
0
def test_rho_fuel():
    rmg = ReactorMG()
    rmg.rho_fuel = 10.7
    assert_equal(rmg.rho_fuel, 10.7)