SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Functions | Variables
tests.test_model_parker Namespace Reference

Functions

def test_compute_footprint
 
def test_compute_footprint_fail
 
def test_suntime_backward
 

Variables

 xfail = pytest.mark.xfail
 
 skip = pytest.mark.skip
 
 skipif = pytest.mark.skipif
 
 parametrize = pytest.mark.parametrize
 
tuple assertions = unittest.TestCase('__init__')
 

Function Documentation

def tests.test_model_parker.test_compute_footprint (   r,
  lon,
  lat,
  rss,
  vhelio 
)
def tests.test_model_parker.test_compute_footprint_fail (   r,
  lon,
  lat,
  rss,
  vhelio 
)
def tests.test_model_parker.test_suntime_backward (   scraft,
  rss,
  date_surf 
)

Here is the call graph for this function:

Variable Documentation

tuple tests.test_model_parker.assertions = unittest.TestCase('__init__')
tests.test_model_parker.parametrize = pytest.mark.parametrize
tests.test_model_parker.skip = pytest.mark.skip
tests.test_model_parker.skipif = pytest.mark.skipif
tests.test_model_parker.xfail = pytest.mark.xfail