ReFRACtor
exception_test.py
Go to the documentation of this file.
1 from nose.tools import *
2 from full_physics import *
3 from nose.plugins.skip import Skip, SkipTest
4 
6  if(not have_full_physics_swig):
7  raise SkipTest
8  t = FpException("test")
9  assert t.what() == "test"
10 
def test_exception()

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10