Esempio n. 1
0
 def test_junk(self):
     validate.rescol('junk')
Esempio n. 2
0
 def test_conc(self):
     rescol, unitscol = validate.rescol('concenTRATION')
     nt.assert_equal(rescol, 'concentration')
     nt.assert_equal(unitscol, 'units')
Esempio n. 3
0
 def test_load(self):
     rescol, unitscol = validate.rescol('load_outflow')
     nt.assert_equal(rescol, 'load_outflow')
     nt.assert_equal(unitscol, 'load_units')