5.4.3. Unit tests

5.4.3. Unit tests

It is possible to test python script 'on the fly' as in the example:
  @test_python(hlevel=2,descr='A simple test',source_terminator='//')
  print 'A simple test'
  //
which results in: