Menu

#714 Update unit test generation scripts to pass custom import statements

PCRaster-4.1.1
closed
8
2016-06-09
2015-11-24
Kor de Jong
No

The same unit tests will be used by the current pcraster_python module and the new multicore module. The only difference will be the import statements at the top of the test scripts:

from pcraster import *

or

from pcraster import *
from pcraster.multicore import *

These statements must be configurable upon unit test module generation.

Discussion

  • Kor de Jong

    Kor de Jong - 2015-11-24

    This task requires that the pcraster_python unit tests run at all. At the moment they don't. See https://github.com/pcraster/pcraster/issues/6

     
  • Oliver Schmitz

    Oliver Schmitz - 2016-06-09
    • status: open --> closed
     

Log in to post a comment.