Changes between Version 7 and Version 8 of DevelopmentPage/CodeTesting


Ignore:
Timestamp:
Oct 20, 2014, 9:52:47 PM (10 years ago)
Author:
Valentin Hirschi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentPage/CodeTesting

    v7 v8  
    5555=> You must place a the following decorator to the function you created:
    5656  @IOTests.createIOTest(groupName='<optional_group_name>',testName='<optional_test_name>')
     57
    5758which will carry out all the IOTest registering duties for you behind the scene. If the group and test names are not given, they will be inferred from the class and function name respectively.
    5859