Пример #1
0
 def test_junk(self):
     validate.rescol('junk')
Пример #2
0
 def test_conc(self):
     rescol, unitscol = validate.rescol('concenTRATION')
     nt.assert_equal(rescol, 'concentration')
     nt.assert_equal(unitscol, 'units')
Пример #3
0
 def test_load(self):
     rescol, unitscol = validate.rescol('load_outflow')
     nt.assert_equal(rescol, 'load_outflow')
     nt.assert_equal(unitscol, 'load_units')